Module wwan

Module wwan 

Expand description

Quectel WWAN data call lib public function declarations.

See: <ql_wwan_v2.h>

This is an abstraction built on top of <ql_mgmt_client.h>.

Structs§

AddressStatusV4
AddressStatusV6
ApnAdd
ApnAuthProto
ApnInfo
ApnInfoList
ApnPdpType
DataCall
DataCallDefaultProfile
DataCallError
DataCallInfo
DataCallIpFamily
DataCallState
DataCallStatus
InfoV4
InfoV6
PacketStats

Constants§

APN_MAX_LIST
APN_NAME_SIZE
APN_PASSWORD_SIZE
APN_USERNAME_SIZE

Functions§

apn_addNon-ag35
Adds a configuration profile.
apn_deleteNon-ag35
Delete a configured profile.
apn_getNon-ag35
Retrieves the settings from a configured profile.
apn_get_listsNon-ag35
Retrieves the settings from a configured profile list.
apn_setNon-ag35
Changes the settings in a configured profile.
data_call_destroyNon-ag35
Destroy data call module, and unregister callback function.
data_call_get_default_profileNon-ag35
Gets the default data call profile.
data_call_info_getNon-ag35
Gets a data call information.
data_call_initNon-ag35
Initialization data call module, and callback function registered.
data_call_init_preconditionNon-ag35
Get the running status of the quectel manager service.
data_call_set_default_profileNon-ag35
Sets the data call default profile.
data_call_startNon-ag35
Starts a data call. If profile index is zero, it will call CDMA profile.
data_call_stopNon-ag35
Stops a data call.

Type Aliases§

DataCallEventCallbackFn
Client callback function used to post event indications.

Unions§

AddressStatus