Representation of an announcement.
This structure holds the state of an announcement. It is an opaque structure with no user-visible elements.
#include <announcement.h>
Data Fields | |
announcement_callback_t | callback |
uint8_t | has_value |
uint16_t | id |
struct announcement * | next |
uint16_t | value |
announcement_callback_t announcement::callback |
uint8_t announcement::has_value |
uint16_t announcement::id |
struct announcement* announcement::next |
uint16_t announcement::value |