MBS Plugin Documentation
Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchie
New in Version 7.0 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 8.0 8.1 8.2 8.3 8.4 8.5 8.6 8.7 9.0
The list of the themes, classes, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The class DNSServiceDiscoveryResolveMBS
class DNSServiceDiscoveryResolveMBS
MBS MacOSX Plugin (RendezvousOld),
class, Network, MBS MacOSX Plugin (RendezvousOld), class DNSServiceDiscoveryResolveMBS, Console safe, Plugin version: 5.0, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: A class for Apple's implementation of ZeroConfig named Bonjour.
Notes:
This class allows you to lookup names on the local network using Bonjour.
Common error codes for Rendevouz:
But several other Mac OS error codes may also be there.
This class requires Mac OS X 10.2 to work. Use DNSServiceResolveMBS if you want to support Mac OS X 10.3 and Windows.
Function: A class for Apple's implementation of ZeroConfig named Bonjour.
Notes:
This class allows you to lookup names on the local network using Bonjour.
Common error codes for Rendevouz:
| kDNSServiceDiscoveryUnknownErr | -65537 |
| kDNSServiceDiscoveryNoSuchNameErr | -65538 |
| kDNSServiceDiscoveryNoMemoryErr | -65539 |
| kDNSServiceDiscoveryBadParamErr | -65540 |
| kDNSServiceDiscoveryBadReferenceErr | -65541 |
| kDNSServiceDiscoveryBadStateErr | -65542 |
| kDNSServiceDiscoveryBadFlagsErr | -65543 |
| kDNSServiceDiscoveryUnsupportedErr | -65544 |
| kDNSServiceDiscoveryNotInitializedErr | -65545 |
| kDNSServiceDiscoveryNoCache | -65546 |
| kDNSServiceDiscoveryAlreadyRegistered | -65547 |
| kDNSServiceDiscoveryNameConflict | -65548 |
| kDNSServiceDiscoveryInvalid | -65549 |
| kDNSServiceDiscoveryMemFree | -65792 |
But several other Mac OS error codes may also be there.
This class requires Mac OS X 10.2 to work. Use DNSServiceResolveMBS if you want to support Mac OS X 10.3 and Windows.
- event ServiceLookup(ip as string, port as integer, text as string, flags as integer)
- property Handle as Integer
- method Available as boolean
- method Close
- method Lookup(servicename as string, servicetype as string, domain as string) as boolean
- method Running as boolean
Some examples which use this class:
The items on this page are in the following plugins: MBS MacOSX Plugin.
Monkeybread Software Realbasic Plugins - JUZ Nickenich