VncSharp

RfbProtocol.ReadUint32 Method 

Reads a single UInt32 value from the server, taking care of Big- to Little-Endian conversion.

[Visual Basic]
Public Function ReadUint32() As UInt32
[C#]
public uint ReadUint32();

Return Value

Returns a UInt32 value.

See Also

RfbProtocol Class | VncSharp Namespace