Table of Contents

Class ThirdPartyBinaryRecord

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

false A third-party binary record.

public class ThirdPartyBinaryRecord : ThirdPartyDataRecord
Inheritance
ThirdPartyBinaryRecord
Inherited Members

Constructors

ThirdPartyBinaryRecord()

Initializes a new instance of the ThirdPartyBinaryRecord class.

public ThirdPartyBinaryRecord()

ThirdPartyBinaryRecord(string, in DateTime, byte[])

Initializes a new instance of the ThirdPartyBinaryRecord class.

public ThirdPartyBinaryRecord(string serialNo, in DateTime dateTime, byte[] data)

Parameters

serialNo string

The serial number.

dateTime DateTime

The DateTime.

data byte[]

The data.

Fields

MaxDataLength

The max length of data.

public const int MaxDataLength = 32745

Field Value

int

Properties

Data

Gets or sets the data.

public byte[] Data { get; set; }

Property Value

byte[]

The data.

Methods

CreateBinaryData()

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

public override byte[] CreateBinaryData()

Returns

byte[]

The binary data array.