# File lib/snmp/varbind.rb, line 326
    def self.decode(value_data)
      self.new(decode_uinteger_value(value_data))
    end