MonobjcMonobjc Documented Class Library
CommitConfigurationError Method (config, error)
NamespacesMonobjc.CoreWLANCWInterfaceCommitConfigurationError(CWConfiguration, NSError%)

Attempts to change the current CW configuration.

Original signature is '- (BOOL)commitConfiguration:(CWConfiguration*)config error:(NSError**)error '

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool CommitConfigurationError(
	CWConfiguration config,
	out NSError error
)
Public Overridable Function CommitConfigurationError ( _
	config As CWConfiguration, _
	<OutAttribute> ByRef error As NSError _
) As Boolean
public:
virtual bool CommitConfigurationError(
	CWConfiguration^ config, 
	[OutAttribute] NSError^% error
)
Parameters
config (CWConfiguration)
An CWConfiguration object containing the desired changes to the current CW configuration preferences.
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)