|
LibTiePie
0.9.16
Library for interfacing TiePie engineering instruments
|
Functions to check the status of a device.
Functions | |
| bool8_t | DevIsRemoved (LibTiePieHandle_t hDevice) |
| Check whether a device is removed. More... | |
| bool8_t DevIsRemoved | ( | LibTiePieHandle_t | hDevice | ) |
Check whether a device is removed.
| [in] | hDevice | A device handle identifying the device. |
| INVALID_HANDLE | The handle to the device is invalid. |
| LIBRARY_NOT_INITIALIZED | The library is not initialized, see LibInit(). |
| SUCCESS | The function executed successfully. |