Add performs any host-side setup when a device is added to an instance. It is called irrespective of whether the instance is running or not.
()
| 39 | // Add performs any host-side setup when a device is added to an instance. |
| 40 | // It is called irrespective of whether the instance is running or not. |
| 41 | Add() error |
| 42 | |
| 43 | // PreStartCheck indicates if the device is available for starting. |
| 44 | PreStartCheck() error |
no outgoing calls