Wwandisconnect; Wwanatcommand - Huawei MU736 HSPA+ M.2 Connection Manual

Connection management api
Hide thumbs Also See for MU736 HSPA+ M.2:
Table of Contents

Advertisement

HUAWEI MU736 HSPA+ M.2 Module
Connection Management API
Prototype
ULONG WWANConnect();

1.4.2 WWANDisconnect

Description
This function disconnects from a previously connected WWAN device and releases
SDK's Dlls. This function must be called before the app is terminated.
Function timeout
30 sec
Prototype
ULONG WWANDisconnect();

1.4.3 WWANATCommand

Description
This function sends an AT command request to the device and gets the response.
Function timeout
30 sec
Prototype
ULONG WWANATCommand(
ULONG commandSize,
CHAR * pCommand,
ULONG * pResultSize,
CHAR * pResult);
Parameters
Type
ULONG
CHAR *
ULONG *
CHAR *
Issue 01(2013-03-12)
The function returns result in a 1 sec timeout added to 30 sec.
The function returns result in a 1 sec timeout added to 30 sec.
Variable
commandSize
pCommand
pResultSize
pResult
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
HW Connection Management API
Mode
Description
Size of AT command (strlen
IN
of pCommand)
IN
AT command request
IN/OUT
Upon input, maximum size of
pResult; upon successful
output, actual size of pResult
OUT
AT command response
10

Advertisement

Table of Contents
loading

Table of Contents