Durian::Record
Inherits Struct / Value / Object
Constructors
new(from : String | Nil = nil, cls : Cls = Cls::Internet, ttl : UInt32 = 0_u32)
Sourcenew(flag : RecordFlag)
SourceClass methods
decode_additional(protocol : Protocol, resource_flag : RecordFlag, io : IO, buffer : IO)
Sourcedecode_answer(protocol : Protocol, resource_flag : RecordFlag, io : IO, buffer : IO)
Sourcedecode_authority(protocol : Protocol, resource_flag : RecordFlag, io : IO, buffer : IO)
SourceInstance methods
cls
Sourcecls=(cls : Cls)
Sourceflag
Sourceflag=(flag : RecordFlag)
Sourcefrom
Sourcefrom=(from : String | Nil)
Sourcettl
Sourcettl=(ttl : UInt32)
Source