Share via


OEMWriteDebugByte

This function outputs a byte to the debug monitor port.

void OEMWriteDebugByte(
  BYTE ch 
);

Parameters

  • ch
    [in] Byte of data that is to be sent.

Return Values

None.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Nkintr.h.
Link Library: Nk.lib.

See Also

lpWriteDebugByteFunc | OEMReadDebugByte | OEMInitDebugSerial | OEMWriteDebugString | Implementing the Serial Debug Functions | Implementing the OEMPlatformInit Function

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.