Table of Contents

Class EldPingResponse

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

Response ping message from ELD agency.

public class EldPingResponse : EldResponse
Inheritance
EldPingResponse
Inherited Members

Constructors

EldPingResponse(EldResponseStatus, string, string?)

Initializes a new instance of the EldPingResponse class.

public EldPingResponse(EldResponseStatus status, string broadcast, string? detail = null)

Parameters

status EldResponseStatus

Status of the response.

broadcast string

Broadcast message.

detail string

Message detail.

Properties

Detail

Gets the details.

public string? Detail { get; }

Property Value

string

The details.