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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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