NDEVR
API Documentation
SerialPortInfo

A structure containing information needed to establish a SerialPortConnection. More...

Collaboration diagram for SerialPortInfo:
[legend]

Public Attributes

uint04 baud_rate
 The communication baud rate.
uint04 data_bits
 The number of data bits per frame.
uint04 flow_control
 The flow control mode.
uint04 parity
 The parity checking mode.
String port_name
 The system name of the serial port (e.g., "COM3").
uint04 stop_bits
 The number of stop bits per frame.

Detailed Description

A structure containing information needed to establish a SerialPortConnection.


Definition at line 10 of file SerialPortConnection.h.


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