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 _
)
Parameters
- value
- The UInt16 value to be written.
See Also
RfbProtocol Class | VncSharp Namespace