Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function pointer enables or disables flow control for the KITL serial device driver.
typedef VOID (*OAL_KITLSERIAL_FLOW_CONTROL) ( BOOL fOn);
Parameters
- fOn
[in] Specifies whether or not to enable flow control. TRUE enables flow control. FALSE disables flow control.
Return Values
None.
Remarks
The pfnFlowControl member of the OAL_KITL_SERIAL_DRIVER structure points to the custom function that implements OAL_KITLSERIAL_FLOW_CONTROL.
Requirements
OS Versions: Windows CE 5.0 and later
Header: Oal_kitl.h
Link Library: Developer-defined
See Also
KITL Reference Serial Driver Interface | KITL Functions
Send Feedback on this topic to the authors