CellularConnectionRequestResult
Since: BlackBerry 10.2.0
#include <bb/device/CellularConnectionRequestResult>
To link against this class, add the following line to your .pro file: LIBS += -lbbdevice
The result of a connect/disconnect request for a CellularDataInterface object.
Overview
Public Types Index
enum TypeRequested 0, InternalError 1, InvalidInterface 2, PermissionDenied 3, NotPossible 4 |
Public Types
The result of a connect/disconnect request for a CellularDataInterface object.
- Requested 0
No error was immediately detected.
- InternalError 1
An internal error occurred that is not recoverable.
Since:BlackBerry 10.2.0
- InvalidInterface 2
The current cellular data service is not valid or the service does not support connect/disconnect requests.
Since:BlackBerry 10.2.0
- PermissionDenied 3
The caller does not have the required permssion to issue a connect/disconnect request for the current cellular data service.
Since:BlackBerry 10.2.0
- NotPossible 4
The connect/disconnect request is not a valid operation at this time.
This can occur when attempting to connect when already connected, when attempting to disconnect when already disconnected, or when data services for the device are disabled.
Since:BlackBerry 10.2.0