Table of Contents

Class SoftwareGeneratedStatusRecord

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

false A software generated status data record.

public class SoftwareGeneratedStatusRecord : SoftwareGeneratedDataRecord
Inheritance
SoftwareGeneratedStatusRecord
Inherited Members

Constructors

SoftwareGeneratedStatusRecord()

Initializes a new instance of the SoftwareGeneratedStatusRecord class. Creates a new software generated status record.

public SoftwareGeneratedStatusRecord()

SoftwareGeneratedStatusRecord(in DateTime, short, int)

Initializes a new instance of the SoftwareGeneratedStatusRecord class. Creates a new software generated status record.

public SoftwareGeneratedStatusRecord(in DateTime dateTime, short code, int value)

Parameters

dateTime DateTime

The dateTime.

code short

The code.

value int

The value.

Properties

Code

Gets or sets the diagnostic code.

public short Code { get; set; }

Property Value

short

The diagnostic code.

Value

Gets or sets the status data value.

public int Value { get; set; }

Property Value

int

The status data value.

Methods

CreateBinaryData()

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

public override byte[] CreateBinaryData()

Returns

byte[]

The binary data array.