removablemedia_type_t

Possible device types.

Synopsis:

#include <bps/removablemedia.h>
 
typedef enum {
      REMOVABLEMEDIA_TYPE_UNKNOWN = 0   
      REMOVABLEMEDIA_TYPE_SD = 1   
      REMOVABLEMEDIA_TYPE_EMMC = 2   
      REMOVABLEMEDIA_TYPE_USB_MASS_STORAGE = 3   
} removablemedia_type_t;

Since:

BlackBerry 10.2.0

Data:

REMOVABLEMEDIA_TYPE_UNKNOWN
The device type is unknown.
REMOVABLEMEDIA_TYPE_SD
Secure Digital (SD) memory card.
REMOVABLEMEDIA_TYPE_EMMC
Embedded MultiMedia Card (EMMC).
REMOVABLEMEDIA_TYPE_USB_MASS_STORAGE
USB Mass Storage device.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

This enumeration defines the possible types of the underlying removable media device.