![]() |
Morse Micro IoT SDK
2.9.7
|
UDP broadcast rx payload format.
Definition at line 145 of file udp_broadcast.c.
Data Fields | |
| uint32_t | key |
| Key used to identify payload. More... | |
| struct { | |
| uint8_t red | |
| Red intensity. More... | |
| uint8_t green | |
| Green intensity. More... | |
| uint8_t blue | |
| Blue intensity. More... | |
| } | data [] |
| Flexible array member used to access color data for each ID. | |
| uint8_t udp_broadcast_rx_payload::blue |
Blue intensity.
Definition at line 157 of file udp_broadcast.c.
| uint8_t udp_broadcast_rx_payload::green |
Green intensity.
Definition at line 155 of file udp_broadcast.c.
| uint32_t udp_broadcast_rx_payload::key |
Key used to identify payload.
Definition at line 148 of file udp_broadcast.c.
| uint8_t udp_broadcast_rx_payload::red |
Red intensity.
Definition at line 153 of file udp_broadcast.c.