Platforms to show: All Mac Windows Linux Cross-Platform

Back to CFHostMBS class.

CFHostMBS.Error(ErrorDomain as Integer, ErrorCode as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event CoreFoundation Network MBS MacCF Plugin 5.2 ✅ Yes ❌ No ❌ No ❌ No
An error occurred.

CFHostMBS.GotAddress(address as string, addressIndex as Integer, count as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event CoreFoundation Network MBS MacCF Plugin 5.2 ✅ Yes ❌ No ❌ No ❌ No
An IP address was found.

As plugins can't create arrays, the plugin will call this event count times with addressIndex going from 0 to count-1.
Name is the IP address, e.g. "12.34.56.78".

Some examples using this event:

CFHostMBS.GotName(name as CFStringMBS, nameIndex as Integer, count as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event CoreFoundation Network MBS MacCF Plugin 5.2 ✅ Yes ❌ No ❌ No ❌ No
A name was found.

As plugins can't create arrays, the plugin will call this event count times with nameIndex going from 0 to count-1.
Name is the domain name, e.g. "apple.com".

Some examples using this event:

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


The biggest plugin in space...