MonobjcMonobjc Documented Class Library
EnableIBSSWithParametersError Method (parameters, error)
NamespacesMonobjc.CoreWLANCWInterfaceEnableIBSSWithParametersError(NSDictionary, NSError%)

Attempts to create a computer-to-computer network with the given parameters.

Original signature is '- (BOOL)enableIBSSWithParameters:(NSDictionary*)parameters error:(NSError**)error '

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool EnableIBSSWithParametersError(
	NSDictionary parameters,
	out NSError error
)
Public Overridable Function EnableIBSSWithParametersError ( _
	parameters As NSDictionary, _
	<OutAttribute> ByRef error As NSError _
) As Boolean
public:
virtual bool EnableIBSSWithParametersError(
	NSDictionary^ parameters, 
	[OutAttribute] NSError^% error
)
Parameters
parameters (NSDictionary)
An NSDicitonary object containing optional parameters for creating an IBSS network. 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
A BOOL value which will indicate whether or not a failure occured. YES indicates no error occured.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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