Skip to main content

IUsbHostControllerProvider Interface

NuGet: GHIElectronics.TinyCLR.Devices.UsbHost
Assembly: GHIElectronics.TinyCLR.Devices.UsbHost
Namespace: GHIElectronics.TinyCLR.Devices.UsbHost.Provider

Provides the underlying implementation for a USB host controller.

public interface IUsbHostControllerProvider : IDisposable

Methods

Enable()

void Enable()

Enables the controller.

Disable()

void Disable()

Disables the controller.

Events

OnConnectionChangedEvent

event OnConnectionChanged OnConnectionChangedEvent

The event fired when a device's connection status changes.