Unit 'IdRawHeaders' Package
[Overview][Constants][Types][Classes][Index] [#pl_indy]

TIdDNSHdr

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

Declaration

Source position: IdRawHeaders.pas line 702

type TIdDNSHdr = class(TIdStruct)

protected

  Fdns_id: UInt16;

  

  Fdns_flags: UInt16;

  

  Fdns_num_q: UInt16;

  

  Fdns_num_answ_rr: UInt16;

  

  Fdns_num_auth_rr: UInt16;

  

  Fdns_num_addi_rr: UInt16;

  

  function GetBytesLen; override;

  

public

  procedure ReadStruct(); override;

  

  procedure WriteStruct(); override;

  

  property dns_id: UInt16; [rw]

  

  property dns_flags: UInt16; [rw]

  

  property dns_num_q: UInt16; [rw]

  

  property dns_num_answ_rr: UInt16; [rw]

  

  property dns_num_auth_rr: UInt16; [rw]

  

  property dns_num_addi_rr: UInt16; [rw]

  

end;

Inheritance

TIdDNSHdr

  

|

TIdStruct

  

|

TObject



CT Web help

CodeTyphon Studio