DNSServiceResolveMBS class

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

DNSServiceResolveMBS class

Super class: DNSServiceBaseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Network MBS Network Plugin 5.0 ✅ Yes ✅ Yes ❌ No ✅ Yes All
A class for Apple's implementation of ZeroConfig named Bonjour.

This class allows you to lookup names on the local network using Bonjour.

This class requires Mac OS X 10.3 or Windows (with installed Bonjour support and the dnssd.dll) to work.
Use DNSServiceDiscoveryBrowseMBS if you want to support Mac OS X 10.2.

common error codes:

kDNSServiceErr_NoError= 0
kDNSServiceErr_Unknown= -65537 (=&hFFFE FFFF)
kDNSServiceErr_NoSuchName= -65538
kDNSServiceErr_NoMemory= -65539
kDNSServiceErr_BadParam= -65540
kDNSServiceErr_BadReference= -65541
kDNSServiceErr_BadState= -65542
kDNSServiceErr_BadFlags= -65543
kDNSServiceErr_Unsupported= -65544
kDNSServiceErr_NotInitialized= -65545
kDNSServiceErr_AlreadyRegistered= -65547
kDNSServiceErr_NameConflict= -65548
kDNSServiceErr_Invalid= -65549
kDNSServiceErr_Incompatible= -65551 (client library incompatible with daemon)
kDNSServiceErr_BadinterfaceIndex= -65552
Subclass of the DNSServiceBaseMBS class.

Super class DNSServiceBaseMBS

This class has no sub classes.

Some examples using this class:


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


DNSServiceRegisterRecordMBS   -   DNSSOARecordMBS


💬 Ask a question or report a problem