Internet Direct (Indy)
Home
PreviousUpNext
QueryRecordValues Constant

Numeric values used to represent resource record types requestd in a DNS query.

Pascal
QueryRecordValues: array [0..QueryRecordCount] of word = (1,2,3,4, 5,6,7,8, 9,10,11,12, 13,14,15,16, 21,22,23,24, 28, 33, 35, 37,38,39,40, 41, 251, 252, 255);

QueryRecordValues is a constant array that contains Word values that represent DNS resource record types. QueryRecordValues are the numeric values used when constructing the DNS query, and determine the values sent for TQueryRecordTypes requested by the resolver. 

QueryRecordValues is used when TIdDNSResolver constructs the Query packet, including the DNS header, sent to the DNS server.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.