OEMEthGetFrame (Compact 2013)
10/16/2014
This function receives data from the debug Ethernet adapter.
Syntax
BOOL OEMEthGetFrame(
BYTE* pData,
UINT16* pwLength
);
Parameters
- pData
[out] Buffer to hold received frame bytes. The buffer must be DWORD aligned.
- pwLength
[in] Number of bytes in the receiving buffer when the function is entered.
Return Value
If the frame is present, the function returns TRUE and fills the pData and pwLength buffers.
If no frame is present, the function returns FALSE.
Requirements
Header |
halether.h |
Library |
oal.lib |
See Also
Reference
Boot Loader Ethernet Controller Functions
OEMEthSendFrame
KITLTRANSPORT