LibTiePie  0.9.0
Library for interfacing TiePie engineering instruments
Status

Description

Functions to check the status of a device.

Functions

bool8_t DevIsRemoved (LibTiePieHandle_t hDevice)
 Check whether a device is removed. More...
 

Function Documentation

bool8_t DevIsRemoved ( LibTiePieHandle_t  hDevice)

Check whether a device is removed.

Deprecated:
Will be removed in future version, use: ObjIsRemoved().
Parameters
[in]hDeviceA device handle identifying the device.
Returns
BOOL8_TRUE if removed, BOOL8_FALSE otherwise.
Status values
INVALID_HANDLE The handle to the device is invalid.
LIBRARY_NOT_INITIALIZEDThe library is not initialized, see LibInit().
SUCCESS The function executed successfully.
Since
0.4.0