WiFiDirectConnectionState
Since: BlackBerry 10.2.0
#include <bb/device/WiFiDirectConnectionState>
To link against this class, add the following line to your .pro file: LIBS += -lbbdevice
The state of the WiFiDirect connection to the network group.
Overview
Public Types Index
enum TypeUnknown 0, Connecting 1, Connected 2, Disconnected 3 |
Public Types
The state of the WiFiDirect connection to the network group.
BlackBerry 10.2.0
- Unknown 0
Unable to determine the current network group state.
- Connecting 1
A connection to the network group is currently in progress.
Since:BlackBerry 10.2.0
- Connected 2
Currently connected to a network group.
Since:BlackBerry 10.2.0
- Disconnected 3
Not currently connected to a network group.
Since:BlackBerry 10.2.0