Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
qaGobiApiDcs.h
Go to the documentation of this file.
1 
9 #include "qmap.h"
10 
11 /*
12  * Copyright: © 2011-2105 Sierra Wireless, Inc. all rights reserved
13  */
14 #ifndef __GOBI_API_DCS_H__
15 #define __GOBI_API_DCS_H__
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
21 #define LEN 10
22 #define PORTNAM_LEN 32
23 
44 {
45  CHAR AtCmdPort[PORTNAM_LEN];
46  CHAR NmeaPort [PORTNAM_LEN];
47  CHAR DmPort [PORTNAM_LEN];
48 };
49 
65 struct QosMap
66 {
67  BYTE dscp;
68  ULONG qos_id;
69  BYTE state;
70 };
71 
102 struct NetStats
103 {
104  ULONG rx_packets;
105  ULONG tx_packets;
106  ULONGLONG rx_bytes;
107  ULONGLONG tx_bytes;
108  ULONG rx_errors;
109  ULONG tx_errors;
110  ULONG rx_overflows;
111  ULONG tx_overflows;
112 };
113 
114 #ifdef __cplusplus
115 } /* extern "C" { */
116 #endif
117 
118 #endif /* __GOBI_API_DCS_H__ */
Definition: qaGobiApiDcs.h:65
Definition: qaGobiApiDcs.h:43
Definition: qaGobiApiDcs.h:102