I2cController.GetDefaultAsync Method

Definition

Gets the default I2 C controller on the system.

public:
 static IAsyncOperation<I2cController ^> ^ GetDefaultAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<I2cController> GetDefaultAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<I2cController> GetDefaultAsync();
function getDefaultAsync()
Public Shared Function GetDefaultAsync () As IAsyncOperation(Of I2cController)

Returns

The default I2 C controller on the system, or null if the system has no I2 C controller.

Attributes

Applies to