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 SourceId
Gets the ID for this message type.
Declaration
byte Id { get; }
Property Value
Type | Description |
---|---|
System.Byte |
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 |
Name
Gets a human readable name for this message type.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |