OpenCPN Partial API docs
|
Public Member Functions | |
CommDriverN0183AndroidBTEvent (wxEventType commandType, int id) | |
void | SetPayload (std::shared_ptr< std::vector< unsigned char > > data) |
std::shared_ptr< std::vector< unsigned char > > | GetPayload () |
wxEvent * | Clone () const |
Definition at line 38 of file comm_drv_n0183_android_bt.h.
CommDriverN0183AndroidBTEvent::CommDriverN0183AndroidBTEvent | ( | wxEventType | commandType, |
int | id = 0 |
||
) |
Definition at line 101 of file comm_drv_n0183_android_bt.cpp.
CommDriverN0183AndroidBTEvent::~CommDriverN0183AndroidBTEvent | ( | ) |
Definition at line 105 of file comm_drv_n0183_android_bt.cpp.
wxEvent * CommDriverN0183AndroidBTEvent::Clone | ( | ) | const |
Definition at line 117 of file comm_drv_n0183_android_bt.cpp.
std::shared_ptr< std::vector< unsigned char > > CommDriverN0183AndroidBTEvent::GetPayload | ( | ) |
Definition at line 112 of file comm_drv_n0183_android_bt.cpp.
void CommDriverN0183AndroidBTEvent::SetPayload | ( | std::shared_ptr< std::vector< unsigned char > > | data | ) |
Definition at line 107 of file comm_drv_n0183_android_bt.cpp.