|
UM C API
6.17
|
Structure that represents UMS Spectrum channel information. More...
#include <lbm.h>
Data Fields | |
| int | flags |
| Bitmap indicating extra channel information. Zero or more flag bits ORed together: LBM_MSG_FLAG_NUMBERED_CHANNEL. | |
| lbm_uint32_t | channel_number |
| Channel number in the range 0-4294967295. | |
Structure that represents UMS Spectrum channel information.
This channel information assigns a channel designator to individual messages. Receivers may use this channel designator to filter messages or direct them to specific callbacks on a per-channel basis.
See lbm_msg_channel_info_t_stct for field definitions.