Dart.Snmp Namespace : MessageBase Class |
The following tables list the members exposed by MessageBase.
Name | Description | |
---|---|---|
Community | Gets or sets the community field in the message. | |
Tag | Gets or sets a value that can store any associated object. |
Name | Description | |
---|---|---|
DecodingException | Returns the reason why the message did not pass all decoding checks. All sequences embedded in the PDU are checked. | |
DeliveryStatus | Indicates whether the message was sent or received. | |
Destination | Gets or sets the destination of a received or sent message. | |
EncodedMessage | Returns the encoded message. | |
Origin | Gets or sets the origin of a received or sent message. | |
TimeStamp | Gets the DateTime that the message was created or encoded. | |
Variables | Gets or sets the VariableCollection containing the IDs and their associated values in the message. | |
Version | Gets or sets the SNMP version used for encoding. |
Name | Description | |
---|---|---|
Create | Creates an instance of a class derived from MessageBase using the provided buffer. | |
Encode | Encodes all SNMP version 1/2 messages. | |
ToString | Returns a string that represents the current object. |