Mac OS 9
DNSAddress Struct Reference

#include <OpenTransportProviders.h>

Data Fields

OTAddressType fAddressType
 
InetDomainName fName
 

Detailed Description

DNSAddress The DNSAddress format is optional and may be used in connects, datagram sends, and resolve address calls. The name takes the format "somewhere.com" or "somewhere.com:portnumber" where the ":portnumber" is optional. The length of this structure is arbitrarily limited to the overall max length of a domain name (255 chars), although a longer one can be use successfully if you use this as a template for doing so. However, the domain name is still limited to 255 characters.

Field Documentation

◆ fName

InetDomainName DNSAddress::fName

always AF_DNS


The documentation for this struct was generated from the following file: