II2cProvider.GetControllersAsync Method

Definition

Gets all the I2 C controllers that are on the system.

public:
 IAsyncOperation<IVectorView<II2cControllerProvider ^> ^> ^ GetControllersAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<II2cControllerProvider>> GetControllersAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<II2cControllerProvider>> GetControllersAsync();
function getControllersAsync()
Public Function GetControllersAsync () As IAsyncOperation(Of IReadOnlyList(Of II2cControllerProvider))

Returns

When the method completes successfully, it returns a list of values that represent the available I2 C controllers on the system.

Attributes

Applies to