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 CWWiFiClientMBS class.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Network | MBS MacFrameworks Plugin | 18.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop, Console & Web |
Available on MacOS 10.10 or newer.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Network | MBS MacFrameworks Plugin | 18.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop, Console & Web |
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 |
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 |
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 |
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 |
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 |
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.