#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 } |
Definition file common to multiple modem related services.
Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.
#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.