class Matter::Codec::DNSCodec::SrvRecord
Defined in:
matter/codec/dns_codec.cr
Constructors
flush_cache? : Bool
flush_cache?,
name : String
name,
record_class : RecordClass
record_class,
record_type : RecordType
record_type,
ttl : UInt32
ttl,
value : Value
value
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, srv :
SrvRecordValue, ttl : UInt32 =
120, flush_cache : Bool =
false)
#