Functions in deviceinfo.h
Functions that are available reading information about the device.
Related links
- deviceinfo.h
Functions to determine device information.
- Data types in deviceinfo.h
Data structures, typedefs, and enumerations used to retrieve information about the device.
- 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_keyboard()
Indicate whether the device has a physical keyboard.
- deviceinfo_details_is_simulator()
Indicate whether the device is a simulator.
- deviceinfo_details_t
Opaque device information details type.
- 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_pin()
Retrieve the PIN.
- deviceinfo_identifying_details_get_serial_number()
Retrieve the serial number.