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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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: {"0", foo}, {"1", bar}

See Also