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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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