Skip to main content

UsbHostControllerApiWrapper Class

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

No description available.

public sealed class UsbHostControllerApiWrapper : IUsbHostControllerProvider

Constructors

UsbHostControllerApiWrapper(NativeApi api)

public UsbHostControllerApiWrapper(NativeApi api)

No description available.

ParameterTypeDescription
apiNativeApi

Properties

Api

public NativeApi Api { get; }

The underlying native API descriptor. (inherited)

Methods

Dispose()

public void Dispose()

Releases buffered memory (the unmanaged firmware/application buffers). (inherited)

Enable()

public extern void Enable()

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

Disable()

public extern void Disable()

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

Events

OnConnectionChangedEvent

public event OnConnectionChanged OnConnectionChangedEvent

No description available.