class documentation
class RemoteServerStatus(Enum):
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. |