MonobjcMonobjc Documented Class Library
ScanForNetworksWithParametersError Method (parameters, error)
NamespacesMonobjc.CoreWLANCWInterfaceScanForNetworksWithParametersError(NSDictionary, NSError%)

Performs a scan with the given CoreWLAN interface, returning any found networks.

Original signature is '- (NSArray*)scanForNetworksWithParameters:(NSDictionary*)parameters error:(NSError**)error '

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray ScanForNetworksWithParametersError(
	NSDictionary parameters,
	out NSError error
)
Public Overridable Function ScanForNetworksWithParametersError ( _
	parameters As NSDictionary, _
	<OutAttribute> ByRef error As NSError _
) As NSArray
public:
virtual NSArray^ ScanForNetworksWithParametersError(
	NSDictionary^ parameters, 
	[OutAttribute] NSError^% error
)
Parameters
parameters (NSDictionary)
An NSDicitonary object containing optional scan parameters which can be used to control the behavior of the scan. This parameter is optional and may be passed as nil.
error (NSError%)
An NSError object passed by reference, which will be populated with error code and error description if an error occurs during the execution of the method. This parameter is optional and can be passed as nil.
Return Value
An NSArray object containing CWNetwork objects representing the networks found in the scan.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.CoreWLAN (Module: Monobjc.CoreWLAN)