Method GetState
GetState(NetworkDriver)
Gets the state of the connection.
Declaration
public NetworkConnection.State GetState(NetworkDriver driver)
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkDriver | driver | Driver to which the connection belongs. |
Returns
| Type | Description |
|---|---|
| NetworkConnection.State | The State<T> value for the connection. |