Enum StorageState

    Definition

    Namespace:
    Tizen.System
    Assembly:
    Tizen.System.Storage.dll

    Enumeration for the state of storage devices.

    public enum StorageState

    Fields

    Name Description
    Mounted

    The storage is mounted with read/write access.

    MountedReadOnly

    The storage is mounted with read-only access.

    Removed

    The storage is not present or removed.

    Unmountable

    The storage is present but cannot be mounted. Typically, it happens if the file system of the storage is corrupted.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX