le_mdmDefs_interface.h

Go to the documentation of this file.
1 
2 
3 /*
4  * ====================== WARNING ======================
5  *
6  * THE CONTENTS OF THIS FILE HAVE BEEN AUTO-GENERATED.
7  * DO NOT MODIFY IN ANY WAY.
8  *
9  * ====================== WARNING ======================
10  */
11 
12 /**
13  * @file le_mdmDefs_interface.h
14  *
15  * Definition file common to multiple modem related services.
16  *
17  * Copyright (C) Sierra Wireless Inc.
18  */
19 
20 #ifndef LE_MDMDEFS_INTERFACE_H_INCLUDE_GUARD
21 #define LE_MDMDEFS_INTERFACE_H_INCLUDE_GUARD
22 
23 
24 #include "legato.h"
25 
26 
27 
28 
29 
30 //--------------------------------------------------------------------------------------------------
31 /**
32  * Cf. ITU-T recommendations E.164/E.163. E.164 numbers can have a maximum of 15 digits except the
33  * international prefix ('+' or '00'). One extra byte is added for the null character.
34  */
35 //--------------------------------------------------------------------------------------------------
36 #define LE_MDMDEFS_PHONE_NUM_MAX_LEN 17
37 
38 //--------------------------------------------------------------------------------------------------
39 /**
40  * Cf. ITU-T recommendations E.164/E.163. E.164 numbers can have a maximum of 15 digits except the
41  * international prefix ('+' or '00'). One extra byte is added for the null character.
42  * One extra byte is added for the null character.
43  */
44 //--------------------------------------------------------------------------------------------------
45 #define LE_MDMDEFS_PHONE_NUM_MAX_BYTES 18
46 
47 //--------------------------------------------------------------------------------------------------
48 /**
49  ** IP Version
50  */
51 //--------------------------------------------------------------------------------------------------
52 typedef enum
53 {
55  ///< IPv4 technology
57  ///< IPv6 technology
58  LE_MDMDEFS_IPMAX = 2
59  ///<
60 }
62 
63 
64 #endif // LE_MDMDEFS_INTERFACE_H_INCLUDE_GUARD
le_mdmDefs_IpVersion_t
Definition: le_mdmDefs_interface.h:52
IPv4 technology.
Definition: le_mdmDefs_interface.h:54
IPv6 technology.
Definition: le_mdmDefs_interface.h:56