This is the complete list of members for wpi::SerialPort, including all inherited members.
| DisableTermination() | wpi::SerialPort | |
| EnableTermination(char terminator='\n') | wpi::SerialPort | |
| FlowControl enum name | wpi::SerialPort | |
| Flush() | wpi::SerialPort | |
| GetBytesReceived() | wpi::SerialPort | |
| kFlowControl_DtrDsr enum value | wpi::SerialPort | |
| kFlowControl_None enum value | wpi::SerialPort | |
| kFlowControl_RtsCts enum value | wpi::SerialPort | |
| kFlowControl_XonXoff enum value | wpi::SerialPort | |
| kFlushOnAccess enum value | wpi::SerialPort | |
| kFlushWhenFull enum value | wpi::SerialPort | |
| kMXP enum value | wpi::SerialPort | |
| kOnboard enum value | wpi::SerialPort | |
| kParity_Even enum value | wpi::SerialPort | |
| kParity_Mark enum value | wpi::SerialPort | |
| kParity_None enum value | wpi::SerialPort | |
| kParity_Odd enum value | wpi::SerialPort | |
| kParity_Space enum value | wpi::SerialPort | |
| kStopBits_One enum value | wpi::SerialPort | |
| kStopBits_OnePointFive enum value | wpi::SerialPort | |
| kStopBits_Two enum value | wpi::SerialPort | |
| kUSB enum value | wpi::SerialPort | |
| kUSB1 enum value | wpi::SerialPort | |
| kUSB2 enum value | wpi::SerialPort | |
| operator=(SerialPort &&rhs)=default | wpi::SerialPort | |
| Parity enum name | wpi::SerialPort | |
| Port enum name | wpi::SerialPort | |
| Read(char *buffer, int count) | wpi::SerialPort | |
| Reset() | wpi::SerialPort | |
| SerialPort(int baudRate, Port port=kOnboard, int dataBits=8, Parity parity=kParity_None, StopBits stopBits=kStopBits_One) | wpi::SerialPort | explicit |
| SerialPort(int baudRate, std::string_view portName, Port port=kOnboard, int dataBits=8, Parity parity=kParity_None, StopBits stopBits=kStopBits_One) | wpi::SerialPort | |
| SerialPort(SerialPort &&rhs)=default | wpi::SerialPort | |
| SetFlowControl(FlowControl flowControl) | wpi::SerialPort | |
| SetReadBufferSize(int size) | wpi::SerialPort | |
| SetTimeout(wpi::units::second_t timeout) | wpi::SerialPort | |
| SetWriteBufferMode(WriteBufferMode mode) | wpi::SerialPort | |
| SetWriteBufferSize(int size) | wpi::SerialPort | |
| StopBits enum name | wpi::SerialPort | |
| Write(const char *buffer, int count) | wpi::SerialPort | |
| Write(std::string_view buffer) | wpi::SerialPort | |
| WriteBufferMode enum name | wpi::SerialPort | |