deviceinfo_details_get_hdmi_connector()

Retrieve the type of HDMI connector on the device.

Synopsis:

#include <bps/deviceinfo.h>
 
BPS_API int deviceinfo_details_get_hdmi_connector(deviceinfo_details_t *details)

Since:

BlackBerry 10.2.0

Arguments:

details

The deviceinfo_details_t structure to get the HDMI connector type from.

Library:

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

Description:

The deviceinfo_details_get_hdmi_connector() function gets the type of HDMI connector on the device from the specified deviceinfo_details_t structure.

Returns:

One of the values of the deviceinfo_hdmi_connector_t enumeration, or BPS_FAILURE if it is unknown.