BasicDebug Serial_ReadByte Method Fling OS
Reads a byte from the debug serial port

Namespace: Kernel.Debug
Assembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[PluggedMethodAttribute(ASMFilePath = "..\..\ASM\Debug\SerialRead")]
public static byte Serial_ReadByte()

Return Value

Type: Byte
The byte read.
See Also