Show / Hide Table of Contents

Interface IMessageType

Represents a RFB protocol message type.

Namespace: MarcusW.VncClient.Protocol.MessageTypes
Assembly: MarcusW.VncClient.dll
Syntax
public interface IMessageType

Properties

| Improve this Doc View Source

Id

Gets the ID for this message type.

Declaration
byte Id { get; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

IsStandardMessageType

Gets whether this is a standard message type that must be supported by all servers and clients.

Declaration
bool IsStandardMessageType { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Name

Gets a human readable name for this message type.

Declaration
string Name { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX