Package ilcd
Class DeviceInfo

Public Method getIdentificationInfo

String getIdentificationInfo()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns Description
identificationInfo identification information

The getIdentificationInfo() method returns a string with the actual identification information.
Example string which is returned by this method: iLCD Firmware

Example

DeviceInfo deviceInfo = General.getDeviceInfo();

Draw.writeText(deviceInfo.getIdentificationInfo());

See also:

General.getDeviceInfo()