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