Internet Direct (Indy) Version 9.0.2 Beta
|
procedure Parse(CompleteMessage: String; APos: Integer); override;
CompleteMessage is the contents of the resource record. Since the DNS message can contain compressed data, the whole message is needed for parsing and pointer location.
APos is the position in the resource record where RData values for this record type are located in the DNS Answer.
Parse calls the inherited Parse method, and retrieves the DNS labels and values for the Primary, ResponsiblePerson, Serial, Refresh, Retry, Expire, and MinimumTTL properties.