VncSharp

RfbProtocol.WriteUInt16 Method 

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

[Visual Basic]
Public Sub WriteUInt16( _
   ByVal value As UInt16 _
)
[C#]
public void WriteUInt16(
   ushort value
);

Parameters

value
The UInt16 value to be written.

See Also

RfbProtocol Class | VncSharp Namespace