LibTiePie
0.4.5
Library for interfacing TiePie engineering instruments
|
Functions common to all devices, to setup and control devices.
These functions can be called with any device handles.
Modules | |
Status | |
Functions to check the status of a device. | |
Info | |
Functions to retrieve information from a device. | |
Events | |
Events that indicate a device change. | |
Trigger | |
Device trigger related functions. | |
Functions | |
void | DevClose (TpDeviceHandle_t hDevice) |
Close a device. More... | |
void DevClose | ( | TpDeviceHandle_t | hDevice | ) |
Close a device.
When closing a device, its handle becomes invalid and must not be used again.
hDevice | The device handle of the device to close. |
INVALID_HANDLE | The handle to the device is invalid. |
SUCCESS | The function executed successfully. |