class documentation

class RemoteServerStatus(Enum):

View In Hierarchy

Status of the remote server.

Constant BROWSING The client is connected, but is busy browsing the server namespace.
Constant CONNECTED The client is connected and ready to be used.
Constant CONNECTING The client is trying to connect to a server.
Constant DISCONNECTED The client is not connected to a server.
Constant DISCONNECTING The client is currently disconnecting.
Constant RECONNECTING The client lost connection, but is trying to reconnect to the server.
BROWSING =

The client is connected, but is busy browsing the server namespace.

Value
auto()
CONNECTED =

The client is connected and ready to be used.

Value
auto()
CONNECTING =

The client is trying to connect to a server.

Value
auto()
DISCONNECTED =

The client is not connected to a server.

Value
auto()
DISCONNECTING =

The client is currently disconnecting.

Value
auto()
RECONNECTING =

The client lost connection, but is trying to reconnect to the server.

Value
auto()