OEMEthSendFrame (Windows CE 5.0)
This function sends data over the debug Ethernet adapter.
BOOL OEMEthSendFrame( BYTE* pData,DWORDdwLength );
Parameters
- pData
[in] Frame data buffer to send. The buffer must be DWORD aligned. - dwLength
[in] Number of bytes in pData.
Return Values
If this function succeeds, it returns TRUE.
If this function fails, it returns FALSE.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Halether.h.
Link Library: Hal.lib.
See Also
OEMEthGetFrame | KITLTRANSPORT | Implementing the Ethernet Controller-Related Functions | Implementing the OEMKitlInit Function
Send Feedback on this topic to the authors