Go to the source code of this file.
Namespaces | |
namespace | dw |
namespace | dw::framework |
Enumerations | |
enum class | dw::framework::ChannelEventType { dw::framework::CONNECTED , dw::framework::DISCONNECTED , dw::framework::ERROR , dw::framework::READY , dw::framework::GROUP_CONNECTED } |
Variables | |
static constexpr dwTime_t | dw::framework::CHN_WAIT_TIMEOUT_US {50'000'000} |
struct dw::framework::ChannelError |
struct dw::framework::ChannelEvent |
Class Members | ||
---|---|---|
uint32_t | connectGroupID | connect group identifier of the event, relevant only for group connected event |
OnDataReady | onDataReady | The callback set for the channel that is ready. Only valid for type=READY. |
void * | opaque | The opaque pointer set for the channel tthat is ready. Only valid for type=READY. |
ChannelEventType | type | The type of the event. |
uint32_t | uid | unique identifier of the channel |