famouso::mw::api::EventChannel< ECH >::MWAction Struct Reference
#include <EventChannel.h>
Public Types | |
enum | { get_requirements, start_real_time_delivery } |
Data Fields | |
enum famouso::mw::api::EventChannel::MWAction:: { ... } | action |
uint8_t * | buffer |
template<class ECH>
struct famouso::mw::api::EventChannel< ECH >::MWAction
Member Enumeration Documentation
template<class ECH>
anonymous enum |
- Enumerator:
get_requirements Get the channel's requirement attributes.
Action trigger function returns length of the attribute set and writes the binary representation into buffer if buffer does not equal NULL.
start_real_time_delivery Start to publish events to network on a real time channel.
The data is passed via buffer pointing to a ChannelReservationData struct.
Field Documentation
enum { ... } famouso::mw::api::EventChannel< ECH >::MWAction::action |
template<class ECH>
uint8_t* famouso::mw::api::EventChannel< ECH >::MWAction::buffer |
The documentation for this struct was generated from the following file:
- include/mw/api/EventChannel.h