Skip to main content

Enum ExternalStorageState

State values for external storage devices

Assembly: Meadow.Contracts.dll
View Source
Declaration
public enum ExternalStorageState

Fields

Inserted

The storage device has been inserted/mounted

View Source
Declaration
Inserted = 0

Ejected

The storage device has been ejected/unmounted

View Source
Declaration
Ejected = 1