|
OpenCPN Partial API docs
|
Public Member Functions | |
| CommDriverN0183AndroidIntEvent (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_int.h.
| CommDriverN0183AndroidIntEvent::CommDriverN0183AndroidIntEvent | ( | wxEventType | commandType, |
| int | id = 0 ) |
Definition at line 99 of file comm_drv_n0183_android_int.cpp.
| CommDriverN0183AndroidIntEvent::~CommDriverN0183AndroidIntEvent | ( | ) |
Definition at line 103 of file comm_drv_n0183_android_int.cpp.
| wxEvent * CommDriverN0183AndroidIntEvent::Clone | ( | ) | const |
Definition at line 115 of file comm_drv_n0183_android_int.cpp.
| std::shared_ptr< std::vector< unsigned char > > CommDriverN0183AndroidIntEvent::GetPayload | ( | ) |
Definition at line 110 of file comm_drv_n0183_android_int.cpp.
| void CommDriverN0183AndroidIntEvent::SetPayload | ( | std::shared_ptr< std::vector< unsigned char > > | data | ) |
Definition at line 105 of file comm_drv_n0183_android_int.cpp.