Skip to main content

IUsbHostControllerProvider Interface

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

No description available.

public interface IUsbHostControllerProvider : IDisposable

Methods

Enable()

void Enable()

Re-enables interrupts after a matching Disable. (inherited)

Disable()

void Disable()

Disables interrupts on the current core. Always pair with Enable. (inherited)

Events

OnConnectionChangedEvent

event OnConnectionChanged OnConnectionChangedEvent

No description available.