Method GetNetworkDriver
GetNetworkDriver(int)
Return the NetworkDriver with the given driver id.
Declaration
public readonly NetworkDriver GetNetworkDriver(int driverId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | driverId | the id of the driver. Should be always greater or equals than FirstDriverId |
Returns
| Type | Description |
|---|---|
| NetworkDriver | The NetworkDriverStore.NetworkDriverInstance at for the given id. |
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | Throw an exception if a driver is not found |