OEMReadDebugByte (Windows CE 5.0)
This function retrieves a byte from the debug monitor port.
int OEMReadDebugByte (void);
Parameters
None.
Return Values
Returns the data byte if available, OEM_DEBUG_COM_ERROR if an error is detected, or OEM_DEBUG_READ_NODATA if no data is available at the port.
Requirements
OS Versions: Windows CE 2.12 and later.
Header: Nkintr.h.
Link Library: Nk.lib.
See Also
lpReadDebugByteFunc | OEMWriteDebugByte | OEMInitDebugSerial | OEMWriteDebugString | OEMClearDebugCommError | Implementing the Serial Debug Functions | Implementing the OEMPlatformInit Function
Send Feedback on this topic to the authors