DataBits Property

Byte size serial port communications parameter. One of FTSPCDataBits values.

Access

Read/Write

Syntax

Visual Basic
DataBits As FTSPCDataBits
Visual C++ (MFC)
FTSPCDataBits get_DataBits(); 
void put_DataBits(FTSPCDataBits value);   
Visual C++ (#import)
FTSPCDataBits DataBits;

Remarks

In case of invalid parameter, it will be set to DataBits8 value.

Errors

The property may throw exception. Use GetLastError method to get the error code.

See Also

FTSPCDataBits