In Files

Parent

Methods

Net::SNMP::TimeTicks32

SNMP 32-bit timer-ticks. Defined in RFC1155 (Structure of Mangement Information), section 6. A 32-bit counter is an ASN.1 application [3] implicit unsigned integer.

Public Class Methods

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

Public Instance Methods

to_ber() click to toggle source
    # File lib/net/snmp.rb, line 88
88:             def to_ber
89:                 @value.to_ber_application(3)
90:             end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.