|
| NPT_SerialPort (const char *name) |
|
NPT_Result | Open (unsigned int speed, NPT_SerialPortStopBits stop_bits=NPT_SERIAL_PORT_STOP_BITS_1, NPT_SerialPortFlowControl flow_control=NPT_SERIAL_PORT_FLOW_CONTROL_NONE, NPT_SerialPortParity parity=NPT_SERIAL_PORT_PARITY_NONE) override |
|
NPT_Result | Close () override |
|
NPT_Result | GetInputStream (NPT_InputStreamReference &stream) override |
|
NPT_Result | GetOutputStream (NPT_OutputStreamReference &stream) override |
|
The documentation for this class was generated from the following files:
- lib/libUPnP/Neptune/Source/Core/NptSerialPort.h
- lib/libUPnP/Neptune/Source/System/Null/NptNullSerialPort.cpp
- lib/libUPnP/Neptune/Source/System/Win32/NptWin32SerialPort.cpp