Xojo Developer Conference
25/27th April 2018 in Denver.
MBS Xojo Conference
6/7th September 2018 in Munich, Germany.
25/27th April 2018 in Denver.
MBS Xojo Conference
6/7th September 2018 in Munich, Germany.
Platforms to show: All Mac Windows Linux Cross-Platform
DNSServiceDomainEnumerationMBS class
Super class: DNSServiceBaseMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
class | Network | MBS Network Plugin | 5.0 | Yes | Yes | No | Yes | No |
Notes:
This class allows you to enumerate domains.
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 |
- event ServiceDomainEnumeration(flags as Integer, interfaceIndex as Integer, errorcode as Integer, Domain as string)
- method EnumerateDomains(Flags as Integer, InterfaceIndex as Integer) as boolean
Super class DNSServiceBaseMBS
- 2 properties
- 2 methods
- 4 shared methods
- shared method Available as boolean
- shared method ConstructFullName(Service as string, regtype as string, domain as string) as string
- shared method GetDaemonVersion as Integer
- shared method Initialize
- 87 constants
This class has no sub classes.
Some examples which use this class:
The items on this page are in the following plugins: MBS Network Plugin.
DNSServiceDiscoveryResolveMBS - DNSServiceMetaQueryMBS
Links
MBS FileMaker tutorial videos