class MDNS::RR::HardwareInfo

Defined in:

dns/resource_records/hardware_info.cr

Constant Summary

ENDIAN = ["big"]
KLASS_NAME = [MDNS::RR::HardwareInfo]
PARTS = [{type: "string", name: cpu, cls: String, onlyif: nil, verify: nil, length: nil, value: nil, encoding: nil}, {type: "string", name: os, cls: String, onlyif: nil, verify: nil, length: nil, 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 cpu : String #

def cpu=(cpu : String) #

def os : String #

def os=(os : String) #

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_hardware_info(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]