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