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 37 of file comm_drv_n0183_android_bt.h.
CommDriverN0183AndroidBTEvent::CommDriverN0183AndroidBTEvent | ( | wxEventType | commandType, |
int | id = 0 |
||
) |
Definition at line 99 of file comm_drv_n0183_android_bt.cpp.
CommDriverN0183AndroidBTEvent::~CommDriverN0183AndroidBTEvent | ( | ) |
Definition at line 103 of file comm_drv_n0183_android_bt.cpp.
wxEvent * CommDriverN0183AndroidBTEvent::Clone | ( | ) | const |
Definition at line 115 of file comm_drv_n0183_android_bt.cpp.
std::shared_ptr< std::vector< unsigned char > > CommDriverN0183AndroidBTEvent::GetPayload | ( | ) |
Definition at line 110 of file comm_drv_n0183_android_bt.cpp.
void CommDriverN0183AndroidBTEvent::SetPayload | ( | std::shared_ptr< std::vector< unsigned char > > | data | ) |
Definition at line 105 of file comm_drv_n0183_android_bt.cpp.