Table of Contents

Class DeviceRegistrationStateResult

Namespace
Geotab.Checkmate.ObjectModel.Registration.Gateway
Assembly
Geotab.Checkmate.ObjectModel.dll

Encapsulates the device registration state results via the Gateway.

public class DeviceRegistrationStateResult
Inheritance
DeviceRegistrationStateResult
Inherited Members

Remarks

TBD, replace with Tuple.

Constructors

DeviceRegistrationStateResult()

public DeviceRegistrationStateResult()

Properties

HardwareId

Gets or sets the hardware ID.

public int? HardwareId { get; set; }

Property Value

int?

int The hardware ID.

RegistrationStatus

Gets or sets the registration status.

public RegistrationStatus? RegistrationStatus { get; set; }

Property Value

RegistrationStatus?

RegistrationStatus The registration status.