In Files

Parent

Methods

Net::SNMP::Counter32

SNMP 32-bit counter. Defined in RFC1155 (Structure of Mangement Information), section 6. A 32-bit counter is an ASN.1 application [1] implicit unsigned integer with a range from 0 to 2^^32 - 1.

Public Class Methods

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

Public Instance Methods

to_ber() click to toggle source
    # File lib/net/snmp.rb, line 63
63:             def to_ber
64:                 @value.to_ber_application(1)
65:             end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.