| OpenCPN Partial API docs
    | 
 
  
| Public Member Functions | |
| CommDriverN0183AndroidInt (const ConnectionParams *params, DriverListener &l) | |
| bool | Open () | 
| void | Close () | 
| const ConnectionParams & | GetParams () const override | 
| bool | SendMessage (std::shared_ptr< const NavMsg > msg, std::shared_ptr< const NavAddr > addr) override | 
| DriverStats | GetDriverStats () const override | 
| Get the Driver Statistics. | |
|  Public Member Functions inherited from CommDriverN0183 | |
| CommDriverN0183 (NavAddr::Bus b, const std::string &s) | |
| void | SetListener (DriverListener &l) override | 
| Set the entity which will receive incoming data. | |
| virtual std::shared_ptr< NavAddr > | GetAddress () | 
|  Public Member Functions inherited from AbstractCommDriver | |
| virtual std::pair< CommStatus, std::string > | Clone () | 
| Create a new virtual interface using a new instance of this driver. | |
| std::string | Key () const | 
| virtual std::unordered_map< std::string, std::string > | GetAttributes () const | 
|  Public Member Functions inherited from DriverStatsProvider | |
| virtual | ~DriverStatsProvider ()=default | 
| Destroy the Driver Stats Provider object. | |
| Additional Inherited Members | |
|  Public Attributes inherited from AbstractCommDriver | |
| const NavAddr::Bus | bus | 
| const std::string | iface | 
| Physical device for 0183, else a unique string. | |
| std::unordered_map< std::string, std::string > | attributes | 
|  Protected Member Functions inherited from CommDriverN0183 | |
| void | SendToListener (const std::string &payload, DriverListener &listener, const ConnectionParams ¶ms) | 
| Wrap argument string in NavMsg pointer, forward to listener. | |
|  Protected Member Functions inherited from AbstractCommDriver | |
| AbstractCommDriver (NavAddr::Bus b) | |
| AbstractCommDriver (NavAddr::Bus b, const std::string &s) | |
Definition at line 56 of file comm_drv_n0183_android_int.h.
| CommDriverN0183AndroidInt::CommDriverN0183AndroidInt | ( | const ConnectionParams * | params, | 
| DriverListener & | l | ||
| ) | 
Definition at line 176 of file comm_drv_n0183_android_int.cpp.
| 
 | virtual | 
Definition at line 197 of file comm_drv_n0183_android_int.cpp.
| void CommDriverN0183AndroidInt::Close | ( | ) | 
Definition at line 205 of file comm_drv_n0183_android_int.cpp.
| 
 | inlineoverridevirtual | 
Get the Driver Statistics.
Implements DriverStatsProvider.
Definition at line 72 of file comm_drv_n0183_android_int.h.
| 
 | inlineoverridevirtual | 
Implements CommDriverN0183.
Definition at line 67 of file comm_drv_n0183_android_int.h.
| bool CommDriverN0183AndroidInt::Open | ( | ) | 
Definition at line 199 of file comm_drv_n0183_android_int.cpp.
| 
 | overridevirtual | 
Implements CommDriverN0183.
Definition at line 217 of file comm_drv_n0183_android_int.cpp.