All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
pa_info.h File Reference
#include "legato.h"
#include "interfaces.h"

Go to the source code of this file.

Macros

#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.

Macro Definition Documentation

#define PA_INFO_IMEI_MAX_LEN   15

Maximum 'International Mobile Equipment Identity length.

Typedef Documentation

typedef char pa_info_Imei_t[PA_INFO_IMEI_MAX_LEN+1]

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

Function Documentation

le_result_t pa_info_GetIMEI ( pa_info_Imei_t  imei)

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