Byte size serial port communications parameter. One of FTSPCDataBits values.
Read/Write
| Visual Basic |
DataBits As FTSPCDataBits
|
|---|---|
| Visual C++ (MFC) |
FTSPCDataBits get_DataBits();
void put_DataBits(FTSPCDataBits value);
|
| Visual C++ (#import) |
FTSPCDataBits DataBits;
|
In case of invalid parameter, it will be set to DataBits8 value.
The property may throw exception. Use GetLastError method to get the error code.