Unit 'IdDNSResolver' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_indy]

TResultRecord

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: IdDNSResolver.pas line 290

type TResultRecord = class(TCollectionItem)

protected

  FRecType: TQueryRecordTypes;

  

  FRecClass: UInt16;

  

  FName: string;

  

  FTTL: UInt32;

  

  FRDataLength: Integer;

  

  FRData: TIdBytes;

  

  FSection: TResultSection;

  

  FTypeCode: UInt16;

  

public

  procedure Assign(); override;

  

  procedure Parse(); virtual;

  

  property RecType: TQueryRecordTypes; [r]

  

  property RecClass: UInt16; [r]

  

  property Name: string; [r]

  

  property TTL: UInt32; [r]

  

  property RDataLength: Integer; [r]

  

  property RData: TIdBytes; [r]

  

  property Section: TResultSection; [r]

  

  property TypeCode: UInt16; [r]

  

end;

Inheritance

TResultRecord

  

|

TObject



CT Web help

CodeTyphon Studio