Possible media states of presence.
Synopsis:
#include <bps/removablemedia.h>
typedef enum {
REMOVABLEMEDIA_PRESENCE_REMOVED = 0
REMOVABLEMEDIA_PRESENCE_INSERTED = 1
REMOVABLEMEDIA_PRESENCE_OFFLINE = 2
} removablemedia_presence_t;
Data:
- REMOVABLEMEDIA_PRESENCE_REMOVED
- The removable media is physically disconnected from the device and unavailable for use.
- REMOVABLEMEDIA_PRESENCE_INSERTED
- The removable media is connected and available for use.
- REMOVABLEMEDIA_PRESENCE_OFFLINE
- The removable media is not available for use and may require additional actions to enable availability.
Library:
libbps (For the qcc command, use the -l bps option to link against this library)
Description:
This enumeration defines the possible states of presence or availability of the removable media.