LibTiePie
0.9.16
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. | |
Battery | |
Device battery related functions. | |
Notifications | |
Notifications that indicate a device change. | |
Trigger | |
Device trigger related functions. | |
Functions | |
void | DevClose (LibTiePieHandle_t hDevice) |
Close a device. More... | |
void DevClose | ( | LibTiePieHandle_t | hDevice | ) |
Close a device.
When closing a device, its handle becomes invalid and must not be used again.
[in] | hDevice | A device handle identifying the device to close. |
INVALID_HANDLE | The handle to the device is invalid. |
LIBRARY_NOT_INITIALIZED | The library is not initialized, see LibInit(). |
SUCCESS | The function executed successfully. |