Package ilcd
Class DeviceInfo
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:
Copyright © demmel products gmbh. All rights reserved.