Glossary Item Box
These PDUs consist of a header and variables that specify IDs but do not specify any values for the IDs. They are represented as the PowerSNMP classes GetMessage, GetNextMessage and GetBulkMessage.
| Property | Description |
|---|---|
|
Version |
SNMP version used. |
|
Community |
Clear-text string that contains the community name for the message. The default value is “public”. This property is used as a simple kind of authentication by the agent, which may require specific values. |
|
Variables |
A collection of Variable instances with an Variable.Id property that indicates the ID of interest and a Variable.Value property that returns null. |
|
NonRepeaters |
A member of the GetBulkMessage class that indicates the number of Variable instances that should have a single value returned. |
|
Repetitions |
A member of the GetBulkMessage class that indicates the number of times the remaining Variable instances should be repeated. |
Send comments on this topic.
Documentation version 1.2.0.0.
© 2008 Dart Communications. All rights reserved.