le_mdmDefs_interface.h File Reference
#include "legato.h"

Go to the source code of this file.

Macros

#define LE_MDMDEFS_PHONE_NUM_MAX_LEN   17
 
#define LE_MDMDEFS_PHONE_NUM_MAX_BYTES   18
 

Enumerations

enum  le_mdmDefs_IpVersion_t { LE_MDMDEFS_IPV4, LE_MDMDEFS_IPV6, LE_MDMDEFS_IPMAX }
 

Detailed Description

Definition file common to multiple modem related services.

Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.

Macro Definition Documentation

#define LE_MDMDEFS_PHONE_NUM_MAX_BYTES   18

Cf. ITU-T recommendations E.164/E.163. E.164 numbers can have a maximum of 15 digits except the international prefix ('+' or '00'). One extra byte is added for the null character. One extra byte is added for the null character.

#define LE_MDMDEFS_PHONE_NUM_MAX_LEN   17

Cf. ITU-T recommendations E.164/E.163. E.164 numbers can have a maximum of 15 digits except the international prefix ('+' or '00'). One extra byte is added for the null character.

Enumeration Type Documentation

IP Version

Enumerator
LE_MDMDEFS_IPV4 

IPv4 technology.

LE_MDMDEFS_IPV6 

IPv6 technology.