OpenCPN Partial API docs
Loading...
Searching...
No Matches
CommDriverN2KNetEvent Class Reference
Inheritance diagram for CommDriverN2KNetEvent:

Public Member Functions

 CommDriverN2KNetEvent (wxEventType commandType=wxEVT_NULL, int id=0)
 
void SetPayload (std::shared_ptr< std::vector< unsigned char > > data)
 
std::shared_ptr< std::vector< unsigned char > > GetPayload ()
 
wxEvent * Clone () const
 

Detailed Description

Definition at line 141 of file comm_drv_n2k_net.cpp.

Constructor & Destructor Documentation

◆ CommDriverN2KNetEvent()

CommDriverN2KNetEvent::CommDriverN2KNetEvent ( wxEventType  commandType = wxEVT_NULL,
int  id = 0 
)
inline

Definition at line 143 of file comm_drv_n2k_net.cpp.

◆ ~CommDriverN2KNetEvent()

CommDriverN2KNetEvent::~CommDriverN2KNetEvent ( )
inline

Definition at line 145 of file comm_drv_n2k_net.cpp.

Member Function Documentation

◆ Clone()

wxEvent * CommDriverN2KNetEvent::Clone ( ) const
inline

Definition at line 154 of file comm_drv_n2k_net.cpp.

◆ GetPayload()

std::shared_ptr< std::vector< unsigned char > > CommDriverN2KNetEvent::GetPayload ( )
inline

Definition at line 151 of file comm_drv_n2k_net.cpp.

◆ SetPayload()

void CommDriverN2KNetEvent::SetPayload ( std::shared_ptr< std::vector< unsigned char > >  data)
inline

Definition at line 148 of file comm_drv_n2k_net.cpp.


The documentation for this class was generated from the following file: