void CDCLineCoding_Initialize (CDCLineCoding *lineCoding, unsigned int bitrate, unsigned char stopbits, unsigned char parity, unsigned char databits) |
Name | Type | Default | Description |
lineCoding | CDCLineCoding * |
Pointer to a CDCLineCoding instance. |
|
bitrate | unsigned int |
Bitrate of the virtual COM connection. |
|
stopbits | unsigned char |
Number of stop bits ("CDC LineCoding StopBits"). |
|
parity | unsigned char |
Parity check type ("CDC LineCoding ParityChecking"). |
|
databits | unsigned char |
Number of data bits. |