Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
matter
develop
Matter
Codec
DERCodec
Base
ByteArray
Class
ContextTagged
ContextTaggedSlice
Node
Object
ObjectId
Type
Value
DNSCodec
AAAARecord
ARecord
Base
Message
MessagePartiallyPreEncoded
MessageType
PtrRecord
Query
Record
RecordClass
RecordType
SrvRecord
SrvRecordValue
TxtRecord
Value
MessageCodec
Base
Message
Packet
PacketHeader
PacketHeaderFlag
PayloadHeader
PayloadHeaderFlag
SecurityFlag
SessionType
CommissioningController
CommissioningServer
Constants
DataType
AttributeId
ClusterId
CommandId
DeviceTypeId
EndpointNumber
EventId
FabricId
FabricIndex
GroupId
NodeId
SubjectId
VendorId
Logger
Node
Server
Storage
Base
BaseType
ComplexType
Context
Manager
MemoryBackend
Type
Built with Crystal 1.10.0
2023-12-11 07:18:39 UTC
class
Matter::
Codec::
DNSCodec::
PtrRecord
Matter::Codec::DNSCodec::PtrRecord
Matter::Codec::DNSCodec::Record
Reference
Object
Defined in:
matter/codec/dns_codec.cr
Constructors
.new
(name : String, ptr : String, ttl : UInt32 =
120
, flush_cache : Bool =
false
)
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, ptr : String, ttl : UInt32 =
120
, flush_cache : Bool =
false
)
#
[
View source
]