OEMReadDebugByte

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.