class MDNS::RR::CharacterString

Defined in:

dns/resource_records/character_string.cr

Constant Summary

ENDIAN = ["big"]
KLASS_NAME = [MDNS::RR::CharacterString]
PARTS = [{type: "basic", name: text_size, cls: UInt8, onlyif: nil, verify: nil, value: -> do text.size.to_u8 end}, {type: "string", name: text, cls: String, onlyif: nil, verify: nil, length: -> do text_size end, value: nil, encoding: nil}] of Nil
REMAINING = [] of Nil

Class Method Summary

Instance Method Summary

Macro Summary

Class Method Detail

def self.bit_fields #

[View source]

Instance Method Detail

def __format__ : IO::ByteFormat #

[View source]
def text : String #

def text=(text : String) #

def text_size : UInt8 #

def text_size=(text_size : UInt8) #

Macro Detail

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

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

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

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

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

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

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

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

[View source]