Description | Hierarchy | Fields | Methods | Properties |
type unaDNSRR_SOA = class(unaDNSRR_subType)
SOA RR
procedure parse(data: pArray; maxOfs, ofs: int); override; |
property expire : uint32 read f_expire; |
|
property min : uint32 read f_min; |
|
property mname: string read f_mname; |
|
property refresh : uint32 read f_refresh; |
|
property retry : uint32 read f_retry; |
|
property rname: string read f_rname; |
|
property serial : uint32 read f_serial; |
procedure parse(data: pArray; maxOfs, ofs: int); override; |
|
property expire : uint32 read f_expire; |
|
property min : uint32 read f_min; |
|
property mname: string read f_mname; |
|
property refresh : uint32 read f_refresh; |
|
property retry : uint32 read f_retry; |
|
property rname: string read f_rname; |
|
property serial : uint32 read f_serial; |
|
(c) 2012 Lake of Soft