deviceinfo_hdmi_connector_t

This enumeration defines the type of HDMI connector on the device.

Synopsis:

#include <bps/deviceinfo.h>
 
typedef enum {
      DEVICEINFO_HDMI_CONNECTOR_NONE = 0   
      DEVICEINFO_HDMI_CONNECTOR_MICRO = 1   
} deviceinfo_hdmi_connector_t;

Since:

BlackBerry 10.2.0

Data:

DEVICEINFO_HDMI_CONNECTOR_NONE
An HDMI connector is not present on the device.
DEVICEINFO_HDMI_CONNECTOR_MICRO
A Micro HDMI connector is present on the device.

Library:

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

Description: