OAL_KITLETH_SEND_FRAME (Windows CE 5.0)

Send Feedback

This function pointer sends an Ethernet frame to the network.

typedef UINT16 (*OAL_KITLETH_SEND_FRAME)(  UINT8 *pData,  UINT32 size);

Parameters

  • pData
    [in] Pointer to the packet data.
  • size
    [in] Length of the packet data, in bytes.

Return Values

Returns 0 on success. If any other value is returned, the function call failed.

Remarks

The pfnSendFrame member of the OAL_KITL_ETH_DRIVER structure points to the custom function that implements OAL_KITLETH_SEND_FRAME.

Requirements

OS Versions: Windows CE 5.0 and later
Header: Oal_kitl.h
Link Library: Developer-defined

See Also

KITL Reference Ethernet Driver Interface | KITL Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.