Dart.Snmp Namespace : GetBulkMessage Class |
For a list of all members of this type, see GetBulkMessage members.
Name | Description | |
---|---|---|
DecodingException | Returns the reason why the message did not pass all decoding checks. All sequences embedded in the PDU are checked. (Inherited from Dart.Snmp.MessageBase) | |
DeliveryStatus | Indicates whether the message was sent or received. (Inherited from Dart.Snmp.MessageBase) | |
Destination | Gets or sets the destination of a received or sent message. (Inherited from Dart.Snmp.MessageBase) | |
EncodedMessage | Returns the encoded message. (Inherited from Dart.Snmp.MessageBase) | |
Id | Gets or sets the request identification field in the message. (Inherited from Dart.Snmp.StandardMessage) | |
NonRepeaters | Gets or sets the number of variables in MessageBase.Variables (starting at the beginning) for which the GetBulkMessage will behave like a GetNextMessage. | |
Origin | Gets or sets the origin of a received or sent message. (Inherited from Dart.Snmp.MessageBase) | |
Repetitions | Gets or sets the maximum number of variables that should be returned in the ResponseMessage for each variable in MessageBase.Variables that follow the first "non-repeating" variables. | |
TimeStamp | Gets the DateTime that the message was created or encoded. (Inherited from Dart.Snmp.MessageBase) | |
Variables | Gets or sets the VariableCollection containing the IDs and their associated values in the message. (Inherited from Dart.Snmp.MessageBase) | |
Version | Gets or sets the SNMP version used for encoding. (Inherited from Dart.Snmp.MessageBase) |