ActionFlowEventOnDeviceMessageReceived Field

Invoked when the Device Receiver has processed a message from a device.

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public static readonly ActionFlowEvent OnDeviceMessageReceived

Field Value

ActionFlowEvent

Remarks

Parameters:
  • The device that send data (DeviceDto)
  • The data itself (String - TODO: set this to a new model for a universal message!)
  • When this took place (DateTime)

See Also