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
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Network | MBS MacFrameworks Plugin | 18.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop, Console & Web |
Provides access to all Wi-Fi interfaces and allows Wi-Fi clients to setup event notifications.
CWWiFiClientMBS objects are heavy objects, therefore, clients of the CoreWLAN framework should use a single, long-running instance rather than creating several short-lived instances.
The CWWiFiClientMBS object should be used to instantiate CWInterfaceMBS objects rather than using a CWInterfaceMBS initializer directly.
MBS Plugin make sure that all events are routed to main thread.
Available on MacOS 10.10 or newer.
Constant | Value | Description |
---|---|---|
CWEventTypeBSSIDDidChange | 3 |
Posted when the current BSSID of any Wi-Fi interface changes. |
CWEventTypeCountryCodeDidChange | 4 |
Posted when the adopted country code of any Wi-Fi interface changes. |
CWEventTypeLinkDidChange | 5 |
Posted when the link state for any Wi-Fi interface changes. |
CWEventTypeLinkQualityDidChange | 6 |
Posted when the RSSI or transmit rate for any Wi-Fi interface changes. |
CWEventTypeModeDidChange | 7 |
Posted when the operating mode of any Wi-Fi interface changes. |
CWEventTypeNone | 0 |
No event type specified. |
CWEventTypePowerDidChange | 1 |
Posted when the power state of any Wi-Fi interface changes. |
CWEventTypeRangingReportEvent | 10 |
Posted when WiFi ranging measurement completed. |
CWEventTypeScanCacheUpdated | 8 |
Posted when the scan cache of any Wi-Fi interface is updated with new scan results. |
CWEventTypeSSIDDidChange | 2 |
Posted when the current SSID of any Wi-Fi interface changes. |
CWEventTypeVirtualInterfaceStateChanged | 9 |
Posted when any state of any Wi-Fi virtual interface changes. |
This class has no sub classes.
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
CWNetworkProfileMBS - CXCallDirectoryManagerMBS