DeviceCallMode Class

The mode to call a DeviceDto. This is only relevant if the device has a working SIM card and an Imei> number.

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class DeviceCallMode : AbstractValueMap<DeviceCallMode>
Inheritance
Object    AbstractValueMapDeviceCallMode    DeviceCallMode

Fields

CallListenIn Listen-in call, meaning the device only transmits audio to the caller but does not receive back.
CallSilent Silent call, meaning the device transmits audio to the caller without the device ringing, changing its screen or doing anything else that may alert somebody the device is being called.
CallTwoWay Two-way call, meaning the device transmits audio and receives back from the caller.

See Also