Struct MqttMessagePayload
- Namespace
- NominalSystems.External
- Assembly
- NominalSystems.External.dll
Stores data associated with a particular message and can be created by the MQTT Messaging system
public struct MqttMessagePayload
Fields
Data
[-] The current data of the message
public string Data
Field Value
MessageType
[-] The current type of the message data
public string MessageType
Field Value
Time
[s] The current time of the message as a double
public double Time