NUGU SDK Linux  1.7.5
NetworkManagerInterface

Network Manager interface. More...

+ Collaboration diagram for NetworkManagerInterface:

Classes

class  NuguClientKit::INetworkManager
 network manager interface More...
 
class  NuguClientKit::INetworkManagerListener
 network manager listener interface More...
 

Enumerations

enum class  NuguClientKit::NetworkError { FAILED , TOKEN_ERROR , UNKNOWN }
 
enum class  NuguClientKit::NetworkStatus { DISCONNECTED , CONNECTING , READY , CONNECTED }
 

Detailed Description

Network Manager interface.

The network manager controls the NUGU server connection and disconnection and reports events for server connections.

Enumeration Type Documentation

◆ NetworkStatus

Enumerator
DISCONNECTED 

Network disconnected

CONNECTING 

Connection in progress

READY 

Network ready for ondemand connection type

CONNECTED 

Network connected

◆ NetworkError

Enumerator
FAILED 

Failed to connect to all servers

TOKEN_ERROR 

Occurs when the issued token expires

UNKNOWN 

Unknown