Enumeration NetworkState

Enumeration Members

Enumeration Members

Connected: 2

The network is connected once we have heard from another device on the network

Failed: 3

The network may have failed to connect if we aren't able to open the announcment and or status UDP socket.

Offline: 0

The network is offline when we don't have an open connection to the network (no connection to the announcment and or status UDP socket is present).

Online: 1

The network is online when we have opened sockets to the network, but have not yet started announcing ourselves as a virtual CDJ.

Generated using TypeDoc