Dart.Snmp Namespace > Variable Class > Variable Constructor : Variable Constructor(String) |
Used for requesting variables from agents, by populating the variables collection of GetMessage, GetNextMessage or GetBulkMessage.
Value is initialized to Dart.Snmp.SimpleType.Empty. An agent's response will include the relevant id and its value. GetMessage generates a ResponseMessage with matching Ids, while GetNextMessage and GetBulkMessage produce a ResponseMessage with Ids that are "next" (in lexicographical order) to those in the request.