qaGobiApiVoice.h File Reference

Voice Service API function prototypes. More...

Go to the source code of this file.

Data Structures

struct  USSInfo

Defines

#define MAXUSSDLENGTH   182

Functions

ULONG OriginateUSSD (BYTE *pInfo)
ULONG AnswerUSSD (BYTE *pInfo)
ULONG CancelUSSD ()

Detailed Description

Voice Service API function prototypes.

Copyright: © 2011 Sierra Wireless, Inc. all rights reserved


Define Documentation

#define MAXUSSDLENGTH   182

Function Documentation

ULONG AnswerUSSD ( BYTE pInfo  ) 

Responds to a USSD request from the network.

Parameters:
pInfo[IN] 
  • USS information
Returns:
eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
See also:
See qmerrno.h for eQCWWAN_xxx error values
Note:
Technology Supported: UMTS
Device Supported: MC83x5
Timeout: 5 mins
ULONG CancelUSSD (  ) 

Cancels an in-progress USSD operation.

Parameters:
None 
Returns:
eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
See also:
See qmerrno.h for eQCWWAN_xxx error values
Note:
Technology Supported: UMTS
Device Supported: MC83x5
Timeout: 30 Secs
ULONG OriginateUSSD ( BYTE pInfo  ) 

Initiates a USSD operation.

Parameters:
pInfo[IN] 
  • USS information
  • See USSInfo for more details
Returns:
eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
See also:
See qmerrno.h for eQCWWAN_xxx error values
Note:
Technology Supported: UMTS
Device Supported: MC83x5
Timeout: 5 mins

Copyright (c) 2011 Sierra Wireless, Inc. All rights reserved