OAL_KITL_ETH_DRIVER

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This structure stores information about the KITL Ethernet device driver.

Syntax

typedef struct {
    OAL_KITLETH_INIT pfnInit;
    OAL_KITLETH_INIT_DMABUFFER pfnInitDmaBuffer;
    OAL_KITLETH_DEINIT pfnDeinit;
    OAL_KITLETH_SEND_FRAME pfnSendFrame;
    OAL_KITLETH_GET_FRAME pfnGetFrame;
    OAL_KITLETH_ENABLE_INTS pfnEnableInts;
    OAL_KITLETH_DISABLE_INTS pfnDisableInts;
    OAL_KITLETH_POWER_OFF pfnPowerOff;
    OAL_KITLETH_POWER_ON pfnPowerOn;
    OAL_KITLETH_CURRENT_PACKET_FILTER pfnCurrentPacketFilter;
    OAL_KITLETH_MULTICAST_LIST pfnMulticastList;
} OAL_KITL_ETH_DRIVER;

Members

  • pfnInit
    Pointer to a custom function that implements OAL_KITLETH_INIT.
  • pfnInitDmaBuffer
    Pointer to a custom function that implements OAL_KITLETH_INIT_DMABUFFER.
  • pfnDeinit
    Pointer to a custom function that implements OAL_KITLETH_DEINIT.
  • pfnSendFrame
    Pointer to a custom function that implements OAL_KITLETH_SEND_FRAME.
  • pfnGetFrame
    Pointer to a custom function that implements OAL_KITLETH_GET_FRAME.
  • pfnEnableInts
    Pointer to a custom function that implements OAL_KITLETH_ENABLE_INTS.
  • pfnDisableInts
    Pointer to a custom function that implements OAL_KITLETH_DISABLE_INTS.
  • pfnPowerOff
    Pointer to a custom function that implements OAL_KITLETH_POWER_OFF.
  • pfnPowerOn
    Pointer to a custom function that implements OAL_KITLETH_POWER_ON.
  • pfnCurrentPacketFilter
    Pointer to a custom function that implements OAL_KITLETH_CURRENT_PACKET_FILTER.
  • pfnMulticastList
    Pointer to a custom function that implements OAL_KITLETH_MULTICAST_LIST.

Requirements

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

See Also

Reference

KITL Structures