Platforms to show: All Mac Windows Linux Cross-Platform

Back to CWWiFiClientMBS class.

CWWiFiClientMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Network MBS MacFrameworks Plugin 18.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Initializes a CWWiFiClient object.

Available on MacOS 10.10 or newer.

CWWiFiClientMBS.Destructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Network MBS MacFrameworks Plugin 18.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The destructor.

CWWiFiClientMBS.interfaces as CWInterfaceMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Network MBS MacFrameworks Plugin 18.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns all available Wi-Fi interfaces.

If no Wi-Fi interfaces are available, this method will return an empty array.
Returns nil if an error occurs.

CWWiFiClientMBS.interfaceWithName(name as string) as CWInterfaceMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Network MBS MacFrameworks Plugin 18.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Get the CWInterface object bound to the Wi-Fi interface with a specific interface name.

interfaceName: The name of an available Wi-Fi interface.

Use interfaceNames function to get a list of available Wi-Fi interface names.
Returns a CWInterface object for the default Wi-Fi interface if no interface name is specified.

CWWiFiClientMBS.startMonitoring(EventType as integer, byref error as NSErrorMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Network MBS MacFrameworks Plugin 18.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Register for specific Wi-Fi event notifications.

type: A CWEventType value.
error: An NSError object passed by reference, which upon return will contain the error if an error occurs.

Return a boolean value indicating whether or not an error occurred. True indicates no error occurred.

CWWiFiClientMBS.stopMonitoring(EventType as integer, byref error as NSErrorMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Network MBS MacFrameworks Plugin 18.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Unregister for specific Wi-Fi event notifications.

type: A CWEventType value.

error: An NSError object passed by reference, which upon return will contain the error if an error occurs.

Returns a boolean value indicating whether or not an error occurred. true indicates no error occurred.

CWWiFiClientMBS.stopMonitoringAllEvents(byref error as NSErrorMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Network MBS MacFrameworks Plugin 18.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Unregister for all Wi-Fi event notifications.

error: An NSError object passed by reference, which upon return will contain the error if an error occurs.

Returns a boolean value indicating whether or not an error occurred. true indicates no error occurred.

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


The biggest plugin in space...