Skip to content
Nuno Aguiar edited this page Dec 29, 2017 · 2 revisions

SNMP.SNMP

SNMP.SNMP(anAddress, aCommunity, aTimeout, retries)

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).

Clone this wiki locally