class Matter::Codec::DNSCodec::TxtRecord
Defined in:
matter/codec/dns_codec.crConstructors
Instance methods inherited from class Matter::Codec::DNSCodec::Record
flush_cache? : Bool
flush_cache?,
name : String
name,
record_class : RecordClass
record_class,
record_type : RecordType
record_type,
ttl : UInt32
ttl,
value : Value
value
Constructor methods inherited from class Matter::Codec::DNSCodec::Record
new(name : String, record_type : RecordType, record_class : RecordClass, ttl : UInt32, value : Value, flush_cache : Bool = false)
new
Constructor Detail
def self.new(name : String, entries : Array(String), ttl : UInt32 = 120, flush_cache : Bool = false)
#