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§
- Address
Status V4 - Address
Status V6 - ApnAdd
- ApnAuth
Proto - ApnInfo
- ApnInfo
List - ApnPdp
Type - Data
Call - Data
Call Default Profile - Data
Call Error - Data
Call Info - Data
Call IpFamily - Data
Call State - Data
Call Status - InfoV4
- InfoV6
- Packet
Stats
Constants§
Functions§
- apn_add⚠
Non- ag35 - Adds a configuration profile.
- apn_
delete ⚠Non- ag35 - Delete a configured profile.
- apn_get⚠
Non- ag35 - Retrieves the settings from a configured profile.
- apn_
get_ ⚠lists Non- ag35 - Retrieves the settings from a configured profile list.
- apn_set⚠
Non- ag35 - Changes the settings in a configured profile.
- data_
call_ ⚠destroy Non- ag35 - Destroy data call module, and unregister callback function.
- data_
call_ ⚠get_ default_ profile Non- ag35 - Gets the default data call profile.
- data_
call_ ⚠info_ get Non- ag35 - Gets a data call information.
- data_
call_ ⚠init Non- ag35 - Initialization data call module, and callback function registered.
- data_
call_ ⚠init_ precondition Non- ag35 - Get the running status of the quectel manager service.
- data_
call_ ⚠set_ default_ profile Non- ag35 - Sets the data call default profile.
- data_
call_ ⚠start Non- ag35 - Starts a data call. If profile index is zero, it will call CDMA profile.
- data_
call_ ⚠stop Non- ag35 - Stops a data call.
Type Aliases§
- Data
Call Event Callback Fn - Client callback function used to post event indications.