class ASN1::BER::ExtendedIdentifier

Defined in:

bindata/asn1/identifier.cr

Constant Summary

ENDIAN = ["big"]
KLASS_NAME = [ASN1::BER::ExtendedIdentifier]
PARTS = [{type: "bitfield", name: 0, cls: ASN1::BER::ExtendedIdentifier, onlyif: nil, verify: nil}] of Nil
REMAINING = [] of Nil

Class Method Summary

Instance Method Summary

Macro Summary

Instance methods inherited from class BinData

__format__ : IO::ByteFormat __format__, read(io : IO) : IO read, to_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::SystemEndian) to_io, to_slice to_slice, write(io : IO) write

Class methods inherited from class BinData

bit_fields bit_fields, from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::SystemEndian) from_io, from_slice(bytes : Slice, format : IO::ByteFormat = IO::ByteFormat::SystemEndian) from_slice

Class Method Detail

def self.bit_fields #

[View source]

Instance Method Detail

def __format__ : IO::ByteFormat #

[View source]
def more : Bool #

[View source]
def more=(more : UInt8) #

def more=(value : Bool) #

[View source]
def tag_number : UInt8 #

def tag_number=(tag_number : UInt8) #

Macro Detail

macro asn1_ber(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro asn1_ber_extended_identifier(name, onlyif = nil, verify = nil, value = nil) #

[View source]
macro ber(name, onlyif = nil, verify = nil, value = nil) #

[View source]