CWNetworkMBS class
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
CWNetworkMBS class
CoreWLAN wireless (IEEE 802.11) network.
Encapsulates a wireless network providing read-only accessors to various properties of the network.
Requires Mac OS X 10.6 or newer.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
This class has no sub classes.
Some methods using this class:
- CWGlobalsMBS.MergeNetworks(networks() as CWNetworkMBS) as CWNetworkMBS()
- CWInterfaceMBS.associateToEnterpriseNetwork(network as CWNetworkMBS, SecIdentityRef as Integer, username as string, password as string, byref error as NSErrorMBS) as boolean
- CWInterfaceMBS.associateToNetwork(network as CWNetworkMBS, parameters as dictionary, byref error as NSErrorMBS) as boolean
- CWInterfaceMBS.associateToNetwork(network as CWNetworkMBS, password as string, byref error as NSErrorMBS) as boolean
- CWInterfaceMBS.cachedScanResults as CWNetworkMBS()
- CWInterfaceMBS.scanForNetworksWithName(networkName as string, byref error as NSErrorMBS) as CWNetworkMBS()
- CWInterfaceMBS.scanForNetworksWithParameters as CWNetworkMBS()
- CWInterfaceMBS.scanForNetworksWithParameters(byref error as NSErrorMBS) as CWNetworkMBS()
- CWInterfaceMBS.scanForNetworksWithParameters(parameters as dictionary, byref error as NSErrorMBS) as CWNetworkMBS()
- CWInterfaceMBS.scanForNetworksWithSSID(ssid as memoryblock, byref error as NSErrorMBS) as CWNetworkMBS()
Some examples using this class:
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
CWMutableNetworkProfileMBS
-
CWNetworkProfileMBS