DeviceRequestType Class

DeviceDto can call the Device Receiver and provide it with requests. The supported requests are listed below.

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class DeviceRequestType : AbstractValueMap<DeviceRequestType>
Inheritance
Object    AbstractValueMapDeviceRequestType    DeviceRequestType

Remarks

This enum is about receiving requests from the device. To sent instructions to the device, use DeviceCommandType

Fields

CompliedSetAllowTurnOnGps The device has complied with the SetAllowTurnOnGps
CompliedSetAuthorizedOnly The device has complied with the SetAuthorizedOnly
CompliedSetAuthorizedPhoneNumber The device has complied with the SetAuthorizedNumber
CompliedSetAutomaticScreenTurnOff The device has complied with the SetScreenAutomaticTurnOff
CompliedSetBatteryAlarmThreshold The device has complied with the SetBatteryAlarm
CompliedSetBatteryFullChargeAlarm The device has complied with the SetBatteryFullChargeAlarm
CompliedSetCallAutomaticAnswer The device has complied with the SetCallAutomaticAnswer
CompliedSetCallMode The device has complied with the SetCallMode
CompliedSetCallVolume The device has complied with the SetCallVolume
CompliedSetCollisionAlarm The device has complied with the SetCollisionAlarm
CompliedSetContinuousTracking The device has complied with the SetContinuousTracking
CompliedSetDeviceEndPoint The device has complied with the SetGprsEndPoint
CompliedSetDisplayOrientation The device has complied with the SetDisplayOrientation
CompliedSetFallDownAlarm The device has complied with the SetFallDownAlarm
CompliedSetGprsSettings The device has complied with the SetGprsUpdateSettings
CompliedSetHeartbeatInterval The device has complied with the SetHeartbeatInterval
CompliedSetLoggingMode The device has complied with the SetLogging
CompliedSetOverSpeedAlarm The device has complied with the SetOverSpeedAlarm
CompliedSetPassword The device has complied with the SetDevicePassword
CompliedSetUsePhoneOnCriticalAlarm The device has complied with the SetUsePhoneOnCriticalAlarm
CompliedSetUserName The device has complied with the SetUserNamePassword
CompliedSetUseVoiceMailRecognition The device has complied with the SetVoiceMailRecognition
CompliedToggleGps The device has complied with the ToggleGps
ReportAlarmPress The user has pressed the alarm button.
ReportBatteryFull The device sends an alert it has fully charged the battery.
ReportBatteryLow The device has detected a low battery.
ReportCollision The device reports a collision.
ReportContinuousPosition The device reports it will start or stop reporting its position continuously, usually because the user has started or stopped moving; the latter is done to conserve battery.
ReportDeviceSettings The device reports its settings.
ReportDeviceVersion The device reports the version of its software. May include the identification number as well.
ReportFallAlarm The device detected a fall
ReportGeofenceAlarm The device has detected it entered/exited a geofence, which it had been instructed to report an event on if that happened.
ReportGeofenceIn The device reports it has entered a geofence.
ReportGeofenceOut The device reports it has exited a geofence.
ReportHandShake The device is initiating a connection with the receiver.
ReportHeartBeat The device performs a heartbeat update
ReportOverSpeedAlarm The device has detected it exceeds the speed limit, which it had been instructed to report an event on if that happened.
ReportPosition The device is reporting its GeoLocation
ReportProlongedInvalidGps The device reports it hasn't been able to report valid GPS data for a prolonged period.
ReportSos An urgent alarm has been triggered.
ReportTurnOffCommand The device reports it is turning off because a command was send to it to do so.
ReportTurnOffGprs The device reports it has turned off its GPRS features.
ReportTurnOffLowBattery The device reports it is turning off because of low battery.
ReportTurnOffPowerButton The device reports it is turning off because the user pressed the power button.
ReportTurnOnGprs The device reports it has turned on its GPRS features.
ReportUpdateFailed The device reports it tried to update its software, but failed.
ReportUpdateSuccess The device reports it successfully updated its software.

See Also