|
class zep::serial::PortConfig | PortConfig () noexcept |
| Default construction of PortConfig object.
|
|
| PortConfig (int baud_rate, int data_bits, StopBits stop_bits, Parity parity) noexcept PortConfig(int baud_rate |
| Construct a PortConfig object with initial values.
|
|
int StopBits Parity parity | data_bits_ (data_bits) |
|
int StopBits Parity parity | stop_bits_ (stop_bits) stop_bits_(stop_bits) |
|
int StopBits Parity parity | parity_ (parity) parity_(parity) |
|
int | GetBaudRate () const noexcept |
| Get baud rate (in bps).
|
|
void | SetBaudRate (int new_value) noexcept |
| Set baud rate (in bps).
|
|
int | GetDataBits () const noexcept |
| Get the number of bits of data (character).
|
|
void | SetDataBits (int new_value) noexcept |
| Set the number of data (character) bits.
|
|
StopBits | GetStopBits () const noexcept |
| Get the number of stop bits.
|
|
void | SetStopBits (StopBits new_value) noexcept |
| Get the number of stop bits.
|
|
Parity | GetParity () const noexcept |
| Get parity.
|
|
void | SetParity (Parity new_value) noexcept |
| Set parity.
|
|
class zep::serial::TunnelConfig | TunnelConfig () noexcept |
| Default construction of the SerialTunnelConfig object.
|
|
| TunnelConfig (int baud_rate, int data_bits, PortConfig::StopBits stop_bits PortConfig::Parity parity, PacketizeMode packetize_mode) noexcept |
| Construct a SerialPortConfig object with initial values.
|
|
const PortConfig & | GetPortConfig () const noexcept |
| Get port configuration.
|
|
void | SetPortConfig (const PortConfig &new_value) noexcept |
| Get the port configuration.
|
|
PacketizeMode | GetPacketizeMode () const noexcept |
| Get the type of packetization.
|
|
void | SetPacketizeMode (PacketizeMode new_value) noexcept |
| Set the packetization type.
|
|
Namespace for serial communication tunneling related elements.
シリアル通信トンネリング関係の要素をまとめた名前空間