Functions in deviceinfo.h
Functions that are available reading information about the device.
deviceinfo_details_get_device_name()
Retrieve the device name.
deviceinfo_details_get_device_os()
Retrieve the device OS.
deviceinfo_details_get_device_os_version()
Retrieve the device OS version.
deviceinfo_details_get_hardware_id()
Retrieve the hardware ID.
deviceinfo_details_get_hdmi_connector()
Retrieve the type of HDMI connector on the device.
deviceinfo_details_get_keyboard()
Indicate whether the device has a physical keyboard.
deviceinfo_details_get_model_name()
Retrieve the model name.
deviceinfo_details_get_model_number()
Retrieve the model number.
deviceinfo_details_get_processor_core_count()
Retrieve the number of processor cores.
deviceinfo_details_get_processor_core_name()
Retrieve the name of a processor core.
deviceinfo_details_get_processor_core_speed()
Retrieve the speed of a processor core.
deviceinfo_details_get_processor_name()
Retrieve the processor name.
deviceinfo_details_is_simulator()
Indicate whether the device is a simulator.
deviceinfo_free_details()
Free the memory that is used by a device information structure.
deviceinfo_free_data()
Free the memory that is used by a device information structure.
deviceinfo_free_identifying_data()
Free the memory that is used by a device identifying information structure.
deviceinfo_free_identifying_details()
Free the memory that is used by a device identifying information structure.
deviceinfo_get_data()
Retrieve the current device information.
deviceinfo_get_details()
Retrieve the current device information.
deviceinfo_get_identifying_data()
Retrieve the device identifying information.
deviceinfo_get_identifying_details()
Retrieve the device identifying information.
deviceinfo_identifying_details_get_imei()
Retrieve the IMEI.
deviceinfo_identifying_details_get_meid()
Retrieve the MEID.
deviceinfo_identifying_details_get_pin()
Retrieve the PIN.
deviceinfo_identifying_details_get_pin_string()
Retrieve the PIN as a string.
deviceinfo_identifying_details_get_serial_number()
Retrieve the serial number of the device.
deviceinfo_identifying_details_get_serial_number_string()
Retrieve the serial number of the device as a string.
Parent topic:
Device information (deviceinfo.h)
Related concepts
Data types in deviceinfo.h