SerialDataBits Property
Gets or sets the number of data bits in each byte
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public int DataBits { get; set; }
Public Property DataBits As Integer
Get
Set
public:
virtual property int DataBits {
int get () sealed;
void set (int value) sealed;
}
Int32The number of data bits in each byte, default is 8 data bits
Int32Integer number of data bits in each byte
| ArgumentOutOfRangeException | The data bits value is less than 5 or more than 8 |