| Package | Description | 
|---|---|
| org.opennms.protocols.snmp | 
 SNMP protocol datastructure implementation (PDUs, sessions, requests, etc.) 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SnmpCounter32
Defines a SNMPv1 32-bit counter object. 
 | 
class  | 
SnmpGauge32
Defines a SNMPv1 32-bit gauge object. 
 | 
class  | 
SnmpTimeTicks
Defines a SNMPv1 32-bit time ticks object. 
 | 
class  | 
SnmpV2PartyClock
Deprecated. 
 
Obsoleted in RFC 1902. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Long | 
SnmpUInt32.toLong(SnmpUInt32 val)  | 
| Constructor and Description | 
|---|
SnmpCounter32(SnmpUInt32 uint32)
Constructs a new object with the value constained in the SnmpUInt32
 object. 
 | 
SnmpGauge32(SnmpUInt32 uint32)
Constructs a new object with the value constained in the SnmpUInt32
 object. 
 | 
SnmpTimeTicks(SnmpUInt32 uint32)
Constructs a new object with the value constained in the SnmpUInt32
 object. 
 | 
SnmpUInt32(SnmpUInt32 second)
Class copy constructor. 
 | 
SnmpV2PartyClock(SnmpUInt32 uint32)
Deprecated.  
Constructs a SNMPv2 Party Clock with the specified value. 
 | 
Copyright © 2021. All rights reserved.