Share via


GCController.StartWirelessControllerDiscovery(Action) Method

Definition

Starts discovery of nearby wireless controllers, and runs the provided completion handler when all discoverable controllers are discovered.

[Foundation.Export("startWirelessControllerDiscoveryWithCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void StartWirelessControllerDiscovery(Action? completionHandler);
[<Foundation.Export("startWirelessControllerDiscoveryWithCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member StartWirelessControllerDiscovery : Action -> unit

Parameters

completionHandler
Action

To be added.

This parameter can be null.

Attributes

Applies to