Share via


OAL_KITL_ETH_DRIVER (Windows CE 5.0)

Send Feedback

This structure stores information about the KITL Ethernet device driver.

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.

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.