Package ilcd
Class DeviceInfo
String getSerialNumber()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Returns | Description |
---|---|
serial | serial number |
The getSerialNumber() method returns a string containing the unique serial number of the iLCD module.
Example string which is returned by this method: ID-CILCD-0131185698-DDD7
Example
DeviceInfo deviceInfo = General.getDeviceInfo();
Draw.writeText(deviceInfo.getSerialNumber());
See also:
Copyright © demmel products gmbh. All rights reserved.