Morse Micro IoT SDK  2.9.7
udp_broadcast_rx_payload Struct Reference

Detailed Description

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.
 

Field Documentation

◆ blue

uint8_t udp_broadcast_rx_payload::blue

Blue intensity.

Definition at line 157 of file udp_broadcast.c.

◆ green

uint8_t udp_broadcast_rx_payload::green

Green intensity.

Definition at line 155 of file udp_broadcast.c.

◆ key

uint32_t udp_broadcast_rx_payload::key

Key used to identify payload.

Definition at line 148 of file udp_broadcast.c.

◆ red

uint8_t udp_broadcast_rx_payload::red

Red intensity.

Definition at line 153 of file udp_broadcast.c.


The documentation for this struct was generated from the following file: