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

Public Member Functions

 CommDriverN2KSerialEvent (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 179 of file comm_drv_n2k_serial.cpp.

Constructor & Destructor Documentation

◆ CommDriverN2KSerialEvent()

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

Definition at line 181 of file comm_drv_n2k_serial.cpp.

◆ ~CommDriverN2KSerialEvent()

CommDriverN2KSerialEvent::~CommDriverN2KSerialEvent ( )
inline

Definition at line 183 of file comm_drv_n2k_serial.cpp.

Member Function Documentation

◆ Clone()

wxEvent * CommDriverN2KSerialEvent::Clone ( ) const
inline

Definition at line 192 of file comm_drv_n2k_serial.cpp.

◆ GetPayload()

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

Definition at line 189 of file comm_drv_n2k_serial.cpp.

◆ SetPayload()

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

Definition at line 186 of file comm_drv_n2k_serial.cpp.


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