Share via


ISpiProvider.GetControllersAsync Method

Definition

Gets all the SPI controllers on the system for the provider.

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

Returns

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

Attributes

Applies to