Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'MQTTClient Message' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | MQTTClient Message |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Time Stamp | TimeStamp as UTC. |
| string | Topic | Packet topic. |
| byte | Payload | Packet content. |
| boolean | Retain | Retain flag. |
| enum | Quality Of Service | Quality of Service. |