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.
1/5/2010
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
Boot Loader Ethernet Controller Functions
OEMEthGetFrame
KITLTRANSPORT