Click or drag to resize

MessageType Class

Type code of a Message.
Inheritance Hierarchy
SystemObject
  OBCOM.NetClientMessageType

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public sealed class Type

The MessageType type exposes the following members.

Constructors
  NameDescription
Public methodMessageType
Initializes a new instance of the MessageType class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberCiphered
Encrypted data message [B].
Public fieldStatic memberCipherKey
Change cipher key message [K].
Public fieldStatic memberData
Normal data message [ ].
Public fieldStatic memberHello
Client initialization message [N].
Public fieldStatic memberOpenCiphered
Open encrypted data message [b].
Public fieldStatic memberPoll
Poll data message [E].
Public fieldStatic memberPollACK
Poll ACK data message [A].
Top
See Also