Table of Contents

Class ThirdPartyDriverChangeRecord

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

false A third-party driver change record.

public class ThirdPartyDriverChangeRecord : ThirdPartyDataRecord
Inheritance
ThirdPartyDriverChangeRecord
Inherited Members

Constructors

ThirdPartyDriverChangeRecord()

Initializes a new instance of the ThirdPartyDriverChangeRecord class.

public ThirdPartyDriverChangeRecord()

ThirdPartyDriverChangeRecord(string, in DateTime, byte, byte[])

Initializes a new instance of the ThirdPartyDriverChangeRecord class.

public ThirdPartyDriverChangeRecord(string serialNo, in DateTime dateTime, byte keyType, byte[] driverId)

Parameters

serialNo string

The serial number.

dateTime DateTime

The DateTime.

keyType byte

The key type.

driverId byte[]

The driver identifier.

Fields

MaxDataLength

The max length of data.

public const int MaxDataLength = 239

Field Value

int

Properties

DriverId

Gets or sets the driver identifier.

public byte[] DriverId { get; set; }

Property Value

byte[]

The driver identifier.

KeyType

Gets or sets the key type.

public byte KeyType { get; set; }

Property Value

byte

The key type.

Methods

CreateBinaryData()

Converts the record into binary data to be inserted into the database.

public override byte[] CreateBinaryData()

Returns

byte[]

The binary data array.