components/modemServices/platformAdaptor/interfaces/inc/pa_info.h File Reference
#include "legato.h"
#include "le_mdm_defs.h"

Go to the source code of this file.

Defines

#define PA_INFO_IMEI_MAX_LEN   15

Typedefs

typedef char pa_info_Imei_t [PA_INFO_IMEI_MAX_LEN+1]

Functions

le_result_t pa_info_GetIMEI (pa_info_Imei_t imei)

Detailed Description

Legato Modem Information Platform Adapter API include file.

Copyright (C) Sierra Wireless, Inc. 2013. All rights reserved. Use of this work is subject to license.


Define Documentation

#define PA_INFO_IMEI_MAX_LEN   15

Maximum 'International Mobile Equipment Identity length.


Typedef Documentation

Type definition for an 'International Mobile Equipment Identity (16 digits)


Function Documentation

This function get the International Mobile Equipment Identity (IMEI).

Returns:
LE_NOT_POSSIBLE The function failed to get the value.
LE_TIMEOUT No response was received from the Modem.
LE_OK The function succeeded.
Parameters:
[out]imeiIMEI value
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines