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 structure stores information about the KITL serial device driver.
typedef struct { OAL_KITLSERIAL_INIT pfnInit; OAL_KITLSERIAL_DEINIT pfnDeinit; OAL_KITLSERIAL_SEND pfnSend; OAL_KITLSERIAL_SENDCOMPLETE pfnSendComplete; OAL_KITLSERIAL_RECV pfnRecv; OAL_KITLSERIAL_ENABLE_INTS pfnEnableInts; OAL_KITLSERIAL_DISABLE_INTS pfnDisableInts; OAL_KITLSERIAL_POWER_OFF pfnPowerOff; OAL_KITLSERIAL_POWER_ON pfnPowerOn; OAL_KITLSERIAL_FLOW_CONTROL pfnFlowControl;} OAL_KITL_SERIAL_DRIVER;
Members
- pfnInit
Pointer to a custom function that implements OAL_KITLSERIAL_INIT. - pfnDeinit
Pointer to a custom function that implements OAL_KITLSERIAL_DEINIT. - pfnSend
Pointer to a custom function that implements OAL_KITLSERIAL_SEND. - pfnSendComplete
Pointer to a custom function that implements OAL_KITLSERIAL_SENDCOMPLETE. - pfnRecv
Pointer to a custom function that implements OAL_KITLSERIAL_RECV. - pfnEnableInts
Pointer to a custom function that implements OAL_KITLSERIAL_ENABLE_INTS. - pfnDisableInts
Pointer to a custom function that implements OAL_KITLSERIAL_DISABLE_INTS. - pfnPowerOff
Pointer to a custom function that implements OAL_KITLSERIAL_POWER_OFF. - pfnPowerOn
Pointer to a custom function that implements OAL_KITLSERIAL_POWER_ON. - pfnFlowControl
Pointer to a custom function that implements OAL_KITLSERIAL_FLOW_CONTROL.
Remarks
Requirements
OS Versions: Windows CE 5.0 and later
Header: Oal_kitl.h
Link Library: Developer-defined
See Also
Send Feedback on this topic to the authors