class Matter::Codec::DNSCodec::SrvRecordValue

Defined in:

matter/codec/dns_codec.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(priority : UInt16, weight : UInt16, port : UInt16, target : String) #

[View source]

Instance Method Detail

def port : UInt16 #

[View source]
def priority : UInt16 #

[View source]
def target : String #

[View source]
def weight : UInt16 #

[View source]