OnDeviceCommandModel Class

Invoked when we want to send a command to a DeviceDto. Unlike the other models, this one is handled by the Device Receiver

Definition

Namespace: MobileTrack.Common.Models.ActionFlows.Execution
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class OnDeviceCommandModel : BaseInputModel, 
	IHasDevice, IHasCompany
Inheritance
Object    BaseInputModel    OnDeviceCommandModel
Implements
IHasCompany, IHasDevice

Constructors

OnDeviceCommandModel Internal constructor to prevent instantiation from outside the assembly.

Properties

DeviceCommandType Type of command to use. (Use Parameters to specify command parameters)
DeviceId Device to send the command to
ExpectedResponse Expected response.

See Also