Table of Contents

Class EldResponse

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

Response from ELD agency.

public class EldResponse
Inheritance
EldResponse
Derived
Inherited Members

Constructors

EldResponse()

Initializes a new instance of the EldResponse class.

public EldResponse()

EldResponse(EldResponseStatus, string)

Initializes a new instance of the EldResponse class.

public EldResponse(EldResponseStatus status, string broadcast)

Parameters

status EldResponseStatus

The status.

broadcast string

A broadcast message.

Properties

Broadcast

Gets or sets message sent to all requests by ELD agency.

public string? Broadcast { get; protected set; }

Property Value

string

Message sent to all requests by ELD agency.

IsDelivered

Gets a value indicating whether the ELD transfer was successfully delivered to the officer/ELD agency.

public bool IsDelivered { get; }

Property Value

bool

A value indicating whether the ELD transfer was successfully delivered to the officer/ELD agency.

Status

Gets or sets the response status from the ELD agency.

public EldResponseStatus Status { get; protected set; }

Property Value

EldResponseStatus

The response status from the ELD agency.