Table of Contents

Class InsightsStatusRecord

Namespace
Geotab.StoreForward
Assembly
Geotab.Checkmate.ObjectModel.dll

false An Insights status data record.

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 string

The serial number.

dateTime DateTime

The DateTime.

code ushort

The diagnostic code.

value int

The 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.