Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.05 KB

OutputDataMessage.md

File metadata and controls

21 lines (17 loc) · 1.05 KB

Com.Lab5e.Span.Model.OutputDataMessage

The output data message contains payload plus metadata for a payload received from a device.

Properties

Name Type Description Notes
Type OutputMessageType [optional]
Device Device [optional]
Payload byte[] [optional]
Received string Received time for message. Value is ms since epoch. [optional]
Transport string [optional]
UdpMetaData UDPMetadata [optional]
CoapMetaData CoAPMetadata [optional]
MessageId string [optional]
MqttMetaData MQTTMetadata [optional]
GatewayMetaData GatewayMetadata [optional]
GatewayId string [optional]

[Back to Model list] [Back to API list] [Back to README]