d32public.h File Reference

Enum TDataBits

Enumeration of number of data bits for serial port configuration. Typically, these values are used to initialize the iDataBits of TCommConfigV01 before calling DComm::Configure() or any other serial comm API to configure the serial port's databits size.

EnumeratorValueDescription
EData5
EData6
EData7
EData8

Enum TStopBits

Enumeration of number of stop bits for serial port configuration. Typically, these values are used to initialize the iStopBits of TCommConfigV01 before calling DComm::Configure() or any other serial comm API to configure the serial port's stopbits.

EnumeratorValueDescription
EStop1
EStop2

Enum TParity

Enumeration of types of parity for serial port configuration. Typically, these values are used to initialize the iParity of TCommConfigV01 before calling DComm::Configure() or any other serial comm API to configure the serial port's parity setting.

Enum TBps

Enumeration of baud rates in bits per second for serial port configuration. e.g EBps115200 is for 115200Bps data rate Typically, these values are used to initialize the iRate of TCommConfigV01 before calling DComm::Configure() or any other serial comm API to configure the serial port's baud rate.

Enum TFlowControl

EnumeratorValueDescription
EFlowControlOn
EFlowControlOff