OEMWriteDebugByte
Other versions of this page are also available for the following:
8/27/2008
This function outputs a byte to the debug monitor port.
Syntax
void OEMWriteDebugByte(
BYTE ch
);
Parameters
- ch
[in] Byte of data that is to be sent.
Return Value
None.
Requirements
Header | nkintr.h |
Library | Nk.lib |
Windows Embedded CE | Windows CE 2.10 and later |
See Also
Tasks
Implementing the Serial Debug Functions
Reference
lpWriteDebugByteFunc
OEMReadDebugByte
OEMInitDebugSerial
OEMWriteDebugString