Go to the source code of this file.
Defines | |
#define | LE_INFO_IMEI_MAX_LEN (15+1) |
Functions | |
le_result_t | le_info_GetImei (char *imeiPtr, size_t len) |
Legato Modem Information API include file.
Copyright (C) Sierra Wireless, Inc. 2014. All rights reserved. Use of this work is subject to license.
#define LE_INFO_IMEI_MAX_LEN (15+1) |
Maximum IMEI length (15 digits)
le_result_t le_info_GetImei | ( | char * | imeiPtr, |
size_t | len | ||
) |
Retrieve the International Mobile Equipment Identity (IMEI).
[out] | imeiPtr | IMEI string. |
[in] | len | Length of IMEI string. |