Class SNMP::Gauge32
In: lib/snmp/varbind.rb
Parent: UnsignedInteger

Methods

asn1_type   encode  

Public Instance methods

[Source]

# File lib/snmp/varbind.rb, line 337
    def asn1_type
        "Gauge32"
    end

[Source]

# File lib/snmp/varbind.rb, line 341
    def encode
        encode_tagged_integer(Gauge32_TAG, @value)
    end

[Validate]