class SNMP::VarBind

Defined in:

snmp/varbind.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(ber : ASN1::BER) #

[View source]
def self.new(oid : String, tag_number = UniversalTags::Null) #

[View source]

Instance Method Detail

def get_unsigned32 #

[View source]
def get_unsigned64 #

[View source]
def oid : String #

[View source]
def oid=(oid : String) #

[View source]
def set_unsigned32(data) #

[View source]
def set_unsigned64(data) #

[View source]
def to_ber #

[View source]
def value : ASN1::BER #

[View source]
def value=(value : ASN1::BER) #

[View source]

Macro Detail

macro method_missing(call) #

Proxy missing methods to the BER value


[View source]