Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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