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

TWKSRecord

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

Declaration

Source position: IdDNSResolver.pas line 342

type TWKSRecord = class(TResultRecord)

protected

  FByteCount: Integer;

  

  FData: TIdBytes;

  

  FIPAddress: string;

  

  FProtocol: UInt16;

  

  function GetABit();

  

public

  procedure Parse(); override;

  

  procedure Assign(); override;

  

  property IPAddress: string; [r]

  

  property Protocol: UInt16; [r]

  

  property BitMap []: UInt8; [r]

  

  property ByteCount: Integer; [r]

  

end;

Inheritance

TWKSRecord

  

|

TResultRecord

  

|

TObject



CT Web help

CodeTyphon Studio