Class InsightsStatusRecord
- Namespace
- Geotab.StoreForward
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class InsightsStatusRecord : ThirdPartyGenericStatusRecord
- Inheritance
-
InsightsStatusRecord
- Inherited Members
Constructors
InsightsStatusRecord()
Initializes a new instance of the InsightsStatusRecord class. Creates an Insights status data record.
public InsightsStatusRecord()
InsightsStatusRecord(string, in DateTime, ushort, int)
Initializes a new instance of the InsightsStatusRecord class. Creates an Insights status data record.
public InsightsStatusRecord(string serialNo, in DateTime dateTime, ushort code, int value)
Parameters
serialNo
stringThe serial number.
dateTime
DateTimeThe DateTime.
code
ushortThe diagnostic code.
value
intThe value of the status data.
Properties
LogRecordType
Gets or sets the log record type.
public override byte LogRecordType { get; set; }
Property Value
- byte
The log record type.