OEMEthSendFrame (Compact 2013)

10/16/2014

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

oal.lib

See Also

Reference

Boot Loader Ethernet Controller Functions
OEMEthGetFrame
KITLTRANSPORT