VncSharp

RfbProtocol.ReadBytes Method 

Reads the specified number of bytes from the server, taking care of Big- to Little-Endian conversion.

[Visual Basic]
Public Function ReadBytes( _
   ByVal count As Integer _
) As Byte()
[C#]
public byte[] ReadBytes(
   int count
);

Parameters

count
The number of bytes to be read.

Return Value

Returns a Byte Array containing the values read.

See Also

RfbProtocol Class | VncSharp Namespace