Platforms to show: All Mac Windows Linux Cross-Platform

Back to DNSServiceBaseMBS class.

Previous items Next items

DNSServiceBaseMBS.kFlagsLongLivedQuery = &h100

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
Flag for creating a long-lived unicast query for the QueryRecord call.

DNSServiceBaseMBS.kFlagsMoreComing = 1

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the flags used for the events.

MoreComing indicates to a callback that at least one more result is queued and will be delivered following immediately after this one. Applications should not update their UI to display browse results when the MoreComing flag is set, because this would result in a great deal of ugly flickering on the screen. Applications should instead wait until until MoreComing is not set, and then update their UI. When MoreComing is not set, that doesn't mean there will be no more answers EVER, just that there are no more answers immediately available right now at this instant. If more answers become available in the future they will be delivered as usual.

DNSServiceBaseMBS.kFlagsNoAutoRename = 8

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
The flag for specifying renaming behavior on name conflict when registering non-shared records.

By default, name conflicts are automatically handled by renaming the service. NoAutoRename overrides this behavior - with this flag set, name conflicts will result in a callback. The NoAutorename flag is only valid if a name is explicitly specified when registering a service (i.e. the default name is not used.)

DNSServiceBaseMBS.kFlagsRegistrationDomains = &h80

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
Flags for specifying domain enumeration type in DNSServiceEnumerateDomains.

BrowseDomains enumerates domains recommended for browsing, RegistrationDomains enumerates domains recommended for registration.

DNSServiceBaseMBS.kFlagsShared = &h10

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
Flag for registering individual records on a connected DNSService.

Shared indicates that there may be multiple records with this name on the network (e.g. PTR records). Unique indicates that the record's name is to be unique on the network (e.g. SRV records).

DNSServiceBaseMBS.kFlagsUnique = &h20

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
Flag for registering individual records on a connected DNSService.

Shared indicates that there may be multiple records with this name on the network (e.g. PTR records). Unique indicates that the record's name is to be unique on the network (e.g. SRV records).

DNSServiceBaseMBS.kInterfaceIndexAny = 0

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
The constant to use for interface index to target any interface.

DNSServiceBaseMBS.kInterfaceIndexLocalOnly = -1

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
The constant to use for interface index to target the local interface.

DNSServiceBaseMBS.kMaxDomainName = 1005

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
Maximum length, in bytes, of a domain name represented as an *escaped* C-String including the final trailing dot, and the C-String terminating NULL at the end.

DNSServiceBaseMBS.kMaxServiceName = 64

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
Maximum length, in bytes, of a service name represented as a literal C-String, including the terminating NULL at the end.

DNSServiceBaseMBS.kTypeA = 1

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the DNS Service type constants.

Host address.

DNSServiceBaseMBS.kTypeA6 = 38

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the DNS Service type constants.

IPv6 address (deprecates AAAA)

DNSServiceBaseMBS.kTypeAAAA = 28

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the DNS Service type constants.

Ip6 Address.

DNSServiceBaseMBS.kTypeAFSDB = 18

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the DNS Service type constants.

AFS cell database.

DNSServiceBaseMBS.kTypeANY = 255

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the DNS Service type constants.

Wildcard match.

DNSServiceBaseMBS.kTypeATMA = 34

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the DNS Service type constants.

ATM Address

DNSServiceBaseMBS.kTypeAXFR = 252

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the DNS Service type constants.

Transfer zone of authority.

DNSServiceBaseMBS.kTypeCERT = 37

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the DNS Service type constants.

Certification record.

DNSServiceBaseMBS.kTypeCNAME = 5

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the DNS Service type constants.

Canonical name.

DNSServiceBaseMBS.kTypeDNAME = 39

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the DNS Service type constants.

Non-terminal DNAME (for IPv6)

DNSServiceBaseMBS.kTypeEID = 31

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the DNS Service type constants.

Endpoint identifier.

DNSServiceBaseMBS.kTypeGPOS = 27

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the DNS Service type constants.

Geographical position (withdrawn).

DNSServiceBaseMBS.kTypeHINFO = 13

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the DNS Service type constants.

Host information.

DNSServiceBaseMBS.kTypeISDN = 20

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the DNS Service type constants.

ISDN calling address.

DNSServiceBaseMBS.kTypeIXFR = 251

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the DNS Service type constants.

Incremental zone transfer.

DNSServiceBaseMBS.kTypeKEY = 25

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the DNS Service type constants.

Security key.

DNSServiceBaseMBS.kTypeKX = 36

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the DNS Service type constants.

Key Exchange

DNSServiceBaseMBS.kTypeLOC = 29

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the DNS Service type constants.

Location Information.

DNSServiceBaseMBS.kTypeMAILA = 254

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the DNS Service type constants.

Transfer mail agent records.

DNSServiceBaseMBS.kTypeMAILB = 253

Type Topic Plugin Version
const Network MBS Network Plugin 10.1
One of the DNS Service type constants.

Transfer mailbox records.

Previous items Next items

The items on this page are in the following plugins: MBS Network Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...