deviceinfo_details_is_simulator()

Indicate whether the device is a simulator.

Synopsis:

#include <bps/deviceinfo.h>
 
BPS_API bool deviceinfo_details_is_simulator(deviceinfo_details_t *details)

Since:

BlackBerry 10.0.0

Arguments:

details

The deviceinfo_details_t structure to get simulator status from.

Library:

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

Description:

The deviceinfo_details_is_simulator() function indicates whether the device is a simulator from the specified deviceinfo_details_t structure.

Returns:

true if the device is the simulator, false otherwise.