Share via


OEMEthGetFrame

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function receives data from the debug Ethernet adapter.

Syntax

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 Value

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

Header halether.h
Library hal.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Tasks

Implementing the Ethernet Controller-Related Functions

Reference

OEMEthSendFrame
OEMEthISR
KITLTRANSPORT