OEMWriteDebugByte (Compact 2013)

10/16/2014

This function writes 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

OEMMain.lib or OEMMain_StaticKITL.lib

See Also

Reference

Boot Loader Debug Functions
OEMReadDebugByte
OEMInitDebugSerial
OEMWriteDebugString