RfbProtocol.WriteUint32 Method
Writes a single UInt32 value to the server, taking care of Little- to Big-Endian conversion.
[Visual Basic]Public Sub WriteUint32( _
ByVal
value As
UInt32 _
)
[C#]public
void WriteUint32(
uint value);
Parameters
- value
- The UInt32 value to be written.
See Also
RfbProtocol Class | VncSharp Namespace