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 = 0, LE_MDMDEFS_IPV6 = 1, LE_MDMDEFS_IPMAX = 2 } |
Detailed Description
Definition file common to multiple modem related services.
Copyright (C) Sierra Wireless Inc.
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.