Method RegisterDriver
RegisterDriver(TransportType, in NetworkDriverInstance)
Add a new driver to the store. Throw exception if all drivers slot are already occupied or the driver is not created/valid
Declaration
public int RegisterDriver(TransportType driverType, in NetworkDriverStore.NetworkDriverInstance driverInstance)
Parameters
| Type | Name | Description |
|---|---|---|
| TransportType | driverType | |
| NetworkDriverStore.NetworkDriverInstance | driverInstance |
Returns
| Type | Description |
|---|---|
| int | The assigned driver id |
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException |