Platforms to show: All Mac Windows Linux Cross-Platform
DNSServiceMetaQueryMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Network | MBS MacOSX Plugin | 12.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Useful to learn what services are available. This queries the bonjour cache.
- 2 events
- event AddService(type as string, domain as string, interfaceName as string, rrtype as Integer, rrclass as Integer)
- event RemoveService(type as string, domain as string, interfaceName as string, rrtype as Integer, rrclass as Integer)
- property Lasterror as Integer
This class has no sub classes.
Some examples using this class:
Blog Entries
Xojo Developer Magazine
Release notes
- Version 22.4
- Implemented DNSServiceMetaQueryMBS for iOS.
The items on this page are in the following plugins: MBS MacOSX Plugin.
DNSServiceDomainEnumerationMBS - DNSServiceQueryRecordMBS