LibTiePie  0.4.5
Library for interfacing TiePie engineering instruments
 All Files Functions Typedefs Macros Modules Pages
Status

Description

Functions to check the status of a device.

Functions

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

Function Documentation

bool8_t DevIsRemoved ( TpDeviceHandle_t  hDevice)

Check whether a device is removed.

Parameters
hDeviceA device handle identifying the device.
Returns
BOOL8_TRUE if removed, BOOL8_FALSE otherwise.
Status values
INVALID_HANDLEThe handle to the device is invalid.
SUCCESS The function executed successfully.
Since
0.4.0