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 = 2The device failed to register.
FailedUnregistration = 4The device failed to unregister.
None = 0Populated when the registration status is not known.
ReconciledAsRegistered = 5The Gateway has the device registered but MyG does not.
ReconciledAsUnregistered = 6The Gateway has the device unregistered but MyG does not.
Registered = 1The device is registered.
Unregistered = 3The device is unregistered.