Description | Hierarchy | Fields | Methods | Properties |
type unaDNSRR_NAPTR = class(unaDNSRR_subType)
NAPTR RR
procedure parse(data: pArray; maxOfs, ofs: int); override; |
property flags: string read f_flags; |
|
property order: uint read f_order; |
|
property pref: uint read f_pref; |
|
property regexp: string read f_regexp; |
|
property replace: string read f_replace; |
|
property services: string read f_services; |
procedure parse(data: pArray; maxOfs, ofs: int); override; |
|
property flags: string read f_flags; |
|
property order: uint read f_order; |
|
property pref: uint read f_pref; |
|
property regexp: string read f_regexp; |
|
property replace: string read f_replace; |
|
property services: string read f_services; |
|
(c) 2012 Lake of Soft