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

TDNSHeader

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

Declaration

Source position: IdDNSCommon.pas line 311

type TDNSHeader = class

public

  constructor Create;

  

  procedure ClearByteCode;

  

  function ParseQuery();

  

  function GenerateBinaryHeader;

  

  property ID: UInt16; [rw]

  

  property Qr: UInt16; [rw]

  

  property OpCode: UInt16; [rw]

  

  property AA: UInt16; [rw]

  

  property TC: UInt16; [rw]

  

  property RD: UInt16; [rw]

  

  property RA: UInt16; [rw]

  

  property RCode: UInt16; [rw]

  

  property BitCode: UInt16; [rw]

  

  property QDCount: UInt16; [rw]

  

  property ANCount: UInt16; [rw]

  

  property NSCount: UInt16; [rw]

  

  property ARCount: UInt16; [rw]

  

end;

Inheritance

TDNSHeader

  

|

TObject



CT Web help

CodeTyphon Studio