CellularConnectionState
Since: BlackBerry 10.2.0
#include <bb/device/CellularConnectionState>
To link against this class, add the following line to your .pro file: LIBS += -lbbdevice
The connection status of a CellularDataInterface object.
Overview
Public Types Index
enum TypeDisconnected 0, PendingConnect 1, Connected 2 |
Public Types
The connection status of a CellularDataInterface object.
- Disconnected 0
The network connection for the current cellular data service is de-activated.
- PendingConnect 1
The request to activate the network connection for the current cellular data service has been issued but has not completed.
Since:BlackBerry 10.2.0
- Connected 2
The network connection for the current cellular data service is activated.
Since:BlackBerry 10.2.0