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