OEMEthGetFrame (Windows CE 5.0)

Send Feedback

This function receives data from the debug Ethernet adapter.

BOOL OEMEthGetFrame(BYTE* pData,UINT16* pwLength );

Parameters

  • pData
    [out] Buffer to hold received frame bytes. The buffer must be DWORD aligned.
  • pwLength
    [in] Number of bytes in the receiving buffer when the function is entered.

Return Values

If the frame is present, the function returns TRUE and fills the pData and pwLength buffers.

If no frame is present, the function returns FALSE.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Halether.h.
Link Library: Hal.lib.

See Also

OEMEthSendFrame | OEMEthISR | KITLTRANSPORT | Implementing the Ethernet Controller-Related Functions | Implementing the OEMKitlInit Function

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.