BasicDebug Serial_ReadUInt16 Method Fling OS
Reads a UInt16 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 = null)]
public static ushort Serial_ReadUInt16()

Return Value

Type: UInt16
The UInt16 read.
See Also