Enum RegistrationStatus
- Namespace
- Geotab.Checkmate.ObjectModel.Registration.Gateway
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Enum denoting registration states between MyG and the Gateway.
public enum RegistrationStatus
- Extension Methods
Fields
FailedRegistration = 2
The device failed to register.
FailedUnregistration = 4
The device failed to unregister.
None = 0
Populated when the registration status is not known.
ReconciledAsRegistered = 5
The Gateway has the device registered but MyG does not.
ReconciledAsUnregistered = 6
The Gateway has the device unregistered but MyG does not.
Registered = 1
The device is registered.
Unregistered = 3
The device is unregistered.