Package ilcd
Class General

Public Method getDeviceInfo

static DeviceInfo getDeviceInfo()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns Description
static DeviceInfo device information

The getDeviceInfo() method is used to obtain the information of the used device. The DeviceInfo return type delivers different information of the used device.


Example

DeviceInfo deviceInfo = General.getDeviceInfo();

Draw.writeText(deviceInfo.getFirmwareInfo());

See also:

DeviceInfo