OAL_KITL_SERIAL_DRIVER (Windows CE 5.0)

Send Feedback

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

KITL Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.