OAL_KITL_SERIAL_DRIVER (Windows Embedded CE 6.0)

1/5/2010

This structure stores information about the KITL serial device driver.

Syntax

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.

Requirements

Header oal_kitl.h
Library Developer Implemented
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

KITL Structures for Production-Quality OAL