LibBeamApi
1.3.0
|
This class provides a base class for all event objects that can be sent over the events interface. More...
#include <BEvent.h>
Public Member Functions | |
BEvent (uint32_t type) | |
virtual | ~BEvent () |
uint32_t | getType () |
virtual BError | getBinary (void *data, uint32_t &size) |
virtual BError | setBinary (void *data, uint32_t &size) |
Private Attributes | |
uint32_t | otype |
The event type. More... | |
This class provides a base class for all event objects that can be sent over the events interface.
BEvent::BEvent | ( | uint32_t | type | ) |
|
virtual |
|
virtual |
Reimplemented in BEventError.
uint32_t BEvent::getType | ( | ) |
|
virtual |
Reimplemented in BEventError.
|
private |
The event type.