Skip to main content

GHIElectronics.TinyCLR.Devices.Storage

NuGet package containing 4 types across 2 namespaces (GHIElectronics.TinyCLR.Devices.Storage, GHIElectronics.TinyCLR.Devices.Storage.Provider).

Classes

ClassNamespaceSummary
StorageControllerGHIElectronics.TinyCLR.Devices.StorageRepresents a block-storage device — internal flash, external SPI/SD flash, SD/MMC, or USB mass-storage. Use Hdc to mount the controller with the file-system stack, or call the provider's Read/Write/Erase methods directly for raw block access.
StorageControllerApiWrapperGHIElectronics.TinyCLR.Devices.Storage.ProviderConcrete IStorageControllerProvider backed by the native TinyCLR storage HAL.
StorageDescriptorGHIElectronics.TinyCLR.Devices.StorageDescribes a storage medium's geometry and capabilities.

Interfaces

InterfaceNamespaceSummary
IStorageControllerProviderGHIElectronics.TinyCLR.Devices.Storage.ProviderProvider contract for a block-storage controller.