LinuxSDK
V1.4.0.5
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
SwiApiGsmSs.h
Go to the documentation of this file.
1
14
#ifndef __SWIAPI_GSM_SS
15
#define __SWIAPI_GSM_SS
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
21
/* include files */
22
#include "
SwiDataTypes.h
"
23
#include "
SwiRcodes.h
"
24
25
/* contants */
26
#define LENGTH_USSDInputExp 230
27
28
/* enumerations */
37
enum
SWI_TYPE_SS_RequestStatus
38
{
40
SWI_SSREQUESTSTATUS_Processing
= 0x00,
41
43
SWI_SSREQUESTSTATUS_Fdn
44
};
45
46
47
/* structures */
59
struct
SWI_STRUCT_UnstructSupplServiceExp
60
{
62
swi_uint32
sizeStruct
;
63
66
swi_uint32
nVersion
;
67
69
swi_uint32
nHandle
;
70
72
swi_bool
bUserResponseReq
;
73
75
enum
SWI_TYPE_SS_RequestStatus
eRequestStatus
;
76
78
swi_uint32
nCntChars
;
79
81
swi_uint8
byMessage
[
LENGTH_USSDInputExp
];
82
};
83
84
/* prototypes */
85
86
#ifdef __cplusplus
87
}
/* extern "C" { */
88
#endif
89
90
#endif
/* __SWIAPI_GSM_SS */
91
/*
92
* $Log: SwiApiGsmSs.h,v $
93
*/
Linux SDK V1.4.0.5
Copyright (c) 2011 Sierra Wireless, Inc. All rights reserved