Section contents
ccomms.oxh
CommCaps
represents the configuration
capabilities of a serial port.
this& = NewCommCaps&:
Creates a CommCaps object and returns a handle which allows the object to be manipulated.
this& |
An value which represents the created CommCaps object |
If the object could not be created then an error is generated
which should be trapped by an ONERR
handler.
LOCAL this& this& = NewCommCaps&: DeleteCommCaps:(this&)
DeleteCommCaps:(BYREF this&)
Destroys the CommCaps object.
BYREF this& |
A handle to a CommCaps object |
LOCAL this& this& = NewCommCaps&:() DeleteCommCaps:(this&)
cap& = CommCapsDataBits&:(this&)
<TBS>
this& |
A handle to a CommCaps object |
caps& |
The number of data bits supported |
cap& = CommCapsFIFO&:(this&)
<TBS>
this& |
A handle to a CommCaps object |
caps& |
The FIFO capabilities supported |
cap& = CommCapsHandshake&:(this&)
<TBS>
this& |
A handle to a CommCaps object |
caps& |
The handshaking capabilities supported |
cap& = CommCapsParity&:(this&)
<TBS>
this& |
A handle to a CommCaps object |
caps& |
The parity capabilities supported |
cap& = CommCapsRate&:(this&)
<TBS>
this& |
A handle to a CommCaps object |
caps& |
The data rate capabilities supported |
cap& = CommCapsSignals&:(this&)
<TBS>
this& |
A handle to a CommCaps object |
caps& |
The signal line capabilities supported |
cap& = CommCapsSIR&:(this&)
<TBS>
this& |
A handle to a CommCaps object |
caps& |
The SIR capabilities |
cap& = CommCapsStopBits&:(this&)
<TBS>
this& |
A handle to a CommCaps object |
caps& |
The Stop bit capabilities |