HotFudge :: Delicious Toppings for Magic On-Line Help 
Module :: HFSCAN Latest Release: v2.0 Beta - Build#3 
HotFudge v2.0 Beta - Build 3 (20 February 2007)

HFscan

Provides Scanner/Imaging support

Function Description Parameters Usage
Get Get SNMP info host - alpha
community - alpha
oid - alpha
timeout - number (ms)
returns value - alpha
udf('hfsnmp.get', host, community, oid, timeout )
GetRaw Get Raw SNMP info host - alpha
community - alpha
oid - alpha
timeout - number (ms)
returns value - alpha
udf('hfsnmp.getraw', host, community, oid, timeout )
GetNext udf('hfsnmp.getnext' )
GetTable Get Table SNMP info host - alpha
community - alpha
oid - alpha
timeout - number (ms)
returns value - alpha
udf('hfsnmp.gettable', host, community, oid, timeout )
SetSNMP Set SNMP info host - alpha
community - alpha
oid - alpha
type - alpha
value - alpha
timeout - number (ms)
( types supported include:
INT
OCTSTR
NULL
OBJID
SEQ
IPADDR
COUNTER
GAUGE
TIMETICKS )
udf('hfsnmp.get', host, community, oid, type, value, timeout )
Close End SNMP processing, free resources udf('hfsnmp.close' )
Version Returns module version string   udf('hfsnmp.version')