You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tries to establish a SNMP connection to the given address (anAddress) of a specific community (aCommunity) with a provided timeout (aTimeout) and number of retries.
SNMP.get
SNMP.get(aOID) : Object
Gets a value for the provided aOID (expects value to be string or convertible to string).
SNMP.start
SNMP.start()
Starts the client connection (usually already invoked by the SNMP constructor, so there shouldn't be a need to invoke it).