BasicDebug Serial_ReadUInt32 Method Fling OS
Reads a UInt32 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 uint Serial_ReadUInt32()

Return Value

Type: UInt32
The UInt32 read.
See Also