Possible device types.
#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;
BlackBerry 10.2.0
This enumeration defines the possible types of the underlying removable media device.