Share via


OEMEthSendFrame

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function sends data over the debug Ethernet adapter.

Syntax

BOOL OEMEthSendFrame( 
  BYTE* pData, 
  DWORD dwLength 
);

Parameters

  • pData
    [in] Frame data buffer to send. The buffer must be DWORD aligned.
  • dwLength
    [in] Number of bytes in pData.

Return Value

If this function succeeds, it returns TRUE.

If this function fails, it 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

OEMEthGetFrame
KITLTRANSPORT