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
Back to DNSUtilMBS module.
DNSUtilMBS.ClassNumber(dnsClass as string, byref n as Integer) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DNS | MBS MacOSX Plugin | 9.7 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns true on success.
DNSUtilMBS.ClassString(dnsclass as Integer) as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DNS | MBS MacOSX Plugin | 9.7 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
DNSUtilMBS.Lookup(name as string, dnsclass as Integer, dnsType as Integer) as DNSReplyMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DNS | MBS MacOSX Plugin | 9.7 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Use the Class* constants for the dnsclass parameter. And use the Type* constants for the dnsType parameter.
DNSUtilMBS.LookupMT(name as string, dnsclass as Integer, dnsType as Integer) as DNSReplyMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DNS | MBS MacOSX Plugin | 10.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Use the Class* constants for the dnsclass parameter. And use the Type* constants for the dnsType parameter.
The work is performed on a preemptive thread, so this function does not block the application and can yield time to other Xojo threads. Must be called in a Xojo thread to enjoy benefits. If called in main thread will block, but keep other background threads running.
DNSUtilMBS.TypeNumber(dnsType as string, byref n as Integer) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DNS | MBS MacOSX Plugin | 9.7 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns true on success.
DNSUtilMBS.TypeString(dnstype as Integer) as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DNS | MBS MacOSX Plugin | 9.7 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
The items on this page are in the following plugins: MBS MacOSX Plugin.