In Files

Parent

Methods

Net::SNMP::Gauge32

SNMP 32-bit gauge. Defined in RFC1155 (Structure of Mangement Information), section 6. A 32-bit counter is an ASN.1 application [2] implicit unsigned integer. This is also indistinguishable from Unsigned32. (Need to alias them.)

Public Class Methods

new(value) click to toggle source
    # File lib/net/snmp.rb, line 73
73:             def initialize value
74:                 @value = value
75:             end

Public Instance Methods

to_ber() click to toggle source
    # File lib/net/snmp.rb, line 76
76:             def to_ber
77:                 @value.to_ber_application(2)
78:             end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.