This file contains prototype definitions for Modem Information APIs.
le_info_GetFirmwareVersion() is used to query the current firmware version. le_info_GetBootloaderVersion() is used to query the current bootloader version. In both cases, the version is returned as a human readable string.
The linux kernel version can be queried using standard linux methods, such as the uname command, or the uname() API.
le_info_GetDeviceModel() is used to retrieve the target hardware platform identity.
le_info_GetImei() is used to retrieve the International Mobile Equipment Identity (IMEI).
le_info_GetMeid() is used to retrieve the CDMA device Mobile Equipment Identifier (MEID).
le_info_GetEsn() is used to retrieve Electronic Serial Number (ESN) of the device.
le_info_GetMdn() is used to retrieve the Mobile Directory Number (MDN) of the device.
le_info_GetMin() is used to retrieve the CDMA Mobile Identification Number (MIN).
le_info_GetPrlVersion() is used to retrieve the CDMA version of Preferred Roaming List (PRL).
le_info_GetPrlOnlyPreference() is used to retrieve the CDMA Preferred Roaming List (PRL) only preferences status.
le_info_GetNai() is used to retrieve the CDMA Network Access Identifier (NAI) string.
Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.