Show / Hide Table of Contents

Enum RfbProtocolVersion

The different versions of the RFB protocol.

Namespace: MarcusW.VncClient.Protocol
Assembly: MarcusW.VncClient.dll
Syntax
public enum RfbProtocolVersion : int
Remarks

See: https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#protocolversion

Fields

Name Description
RFB_3_3

RFB 3.3

RFB_3_7

RFB 3.7

RFB_3_8

RFB 3.8

Unknown

Unknown

Extension Methods

RfbProtocolVersionExtensions.GetStringRepresentation()
RfbProtocolVersionExtensions.ToReadableString()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX