VncSharp

RfbProtocol.ReadUInt16 Method 

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

[Visual Basic]
Public Function ReadUInt16() As UInt16
[C#]
public ushort ReadUInt16();

Return Value

Returns a UInt16 value.

See Also

RfbProtocol Class | VncSharp Namespace