ActionFlowEventOnDeviceCommand Field

Invoked when the Portal or EventHandler want to send a command to a device.

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public static readonly ActionFlowEvent OnDeviceCommand

Field Value

ActionFlowEvent

Remarks

parameters:
  • The device that is receiving the command (DeviceDto)
  • The command (DeviceCommandType
  • The parameters for the command, organized as:
    C#
    {"0", foo}, {"1", bar}

See Also