IPWorks SNMP 2020 macOS Edition

Questions / Feedback?

Walk Method

Does an SNMP walk starting with the specified oid.

Syntax

public func walk(tableOid: String) throws -> Void

Remarks

A walk will traverse all OIDs in the TableOid that are lexographically greater than the value of the TableOid.

The results of the walk may be obtained through the Response events. During the event, the current returned object will exist inside of the Objects collection. If StoreWalkObjects is set to true, the Objects collection will contain all returned objects when the Walk completes.

Use the WalkLimit property to regulate how many objects the walk will traverse in the table.

NOTE: The collection of objects is cleared before the walk begins.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 macOS Edition - Version 20.0 [Build 8202]