For the complete documentation index, see llms.txt. This page is also available as Markdown.

DeviceInfo

Create an instance of the DeviceInfo from IDevice.getDeviceInfo(). Then use the function calls described in this chapter.

getModel

This function returns the model name of the device.

String DeviceInfo.getModel();

Return Value:

Returns the model name of the device.

getName

This function returns the name of the device.

String DeviceInfo.getName();

Return Value:

Returns the name of the device.

For the complete documentation index, see llms.txt. This page is also available as Markdown.