Table of Contents

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

string

MessageType

[-] The current type of the message data

public string MessageType

Field Value

string

Time

[s] The current time of the message as a double

public double Time

Field Value

double