Platforms to show: All Mac Windows Linux Cross-Platform

Back to SCNetworkReachabilityMBS class.

SCNetworkReachabilityMBS.CreateWithAddress(ip as string) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method SystemConfiguration MBS MacCF Plugin 4.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates a reference to the specified network address.

Returns true on success.

Some examples using this method:

SCNetworkReachabilityMBS.CreateWithAddressPair(LocalIP as string, RemoteIP as string) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method SystemConfiguration MBS MacCF Plugin 4.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates a reference to the specified network address.

Returns true on success.
LocalIP: The local address associated with a network connection.
RemoteIP: The remote address associated with a network connection.
One of the IP addresses can be empty.

SCNetworkReachabilityMBS.CreateWithName(name as string) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method SystemConfiguration MBS MacCF Plugin 4.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates a reference to the specified network host/node name.

Returns true on success.

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


The biggest plugin in space...