Table of Contents

Class StatusDataRequestContent

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

Message to request status data.

public class StatusDataRequestContent : DataToComponentContent, IBinaryPayload
Inheritance
StatusDataRequestContent
Implements
Inherited Members

Constructors

StatusDataRequestContent()

Initializes a new instance of the StatusDataRequestContent class.

public StatusDataRequestContent()

StatusDataRequestContent(List<Id>?)

Initializes a new instance of the StatusDataRequestContent class.

public StatusDataRequestContent(List<Id>? ids)

Parameters

ids List<Id>

The DiagnosticIds to request data from.

Properties

Ids

Gets or sets the DiagnosticIds to request data from.

public List<Id>? Ids { get; set; }

Property Value

List<Id>

The DiagnosticIds to request data from.

Methods

Clone()

Create a copy.

public override IBinaryPayload Clone()

Returns

IBinaryPayload

The cloned instance.

GetData()

Gets the data for the payload.

protected override byte[]? GetData()

Returns

byte[]

The data array.

SetData(byte[])

Sets the data. Needed because the entities with the provided Ids must be fetched.

public void SetData(byte[] newData)

Parameters

newData byte[]

The data.