|
MessengerWalkAsync Method
|
Walks (based on GET NEXT).
Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.248-beta
SyntaxGSF.Net.Snmp.Messaging.Messenger.WalkAsync = function(version, endpoint, community, table, list, mode);
View SourceParameters
- version VersionCode
- Protocol version.
- endpoint IPEndPoint
- Endpoint.
- community OctetString
- Community name.
- table ObjectIdentifier
- OID.
- list IListVariable
- A list to hold the results.
- mode WalkMode
- Walk mode.
Return Value
TaskInt32
Returns row count if the OID is a table. Otherwise this value is meaningless.
RemarksThis method only supports SNMP v1 and v2c.
See Also