|
| Device () |
| Constructor called by every sub-classes.
|
|
| ~Device () |
| Destroy all the resources associated with the device.
|
|
virtual bool | begin ()=0 |
| Used to put the device ready to receive requests. More...
|
|
virtual void | end ()=0 |
| Used to stop the device API. More...
|
|
bool | isInitialized () const |
| Verify is the device is initialized and ready to use. More...
|
|
bool | _isInitialized |
| Used to know if the device API is initialized and ready to receive requests.
|
|
The documentation for this class was generated from the following file: