Functions common to all objects.
These functions can be called with any handle.
Close a object.
When closing a object, its handle becomes invalid and must not be used again.
- Parameters
-
[in] | hHandle | A handle identifying the object. |
- Status values
-
- See also
- LstOpenDevice
-
LstOpenDeviceProtected
-
LstOpenOscilloscope
-
LstOpenGenerator
-
LstOpenI2CHost
-
LstDevGetServerHandle
-
NetSrvGetByIndex
-
NetSrvGetByURL
- Since
- 0.6
Check whether an object is removed.
- Parameters
-
[in] | hHandle | A handle identifying the object. |
- Returns
- BOOL8_TRUE if removed, BOOL8_FALSE otherwise.
- Status values
-
- Since
- 0.6
Check which interface are supported by the specified object.
- Parameters
-
[in] | hHandle | A handle identifying the object. |
- Returns
- Set of OR-ed, interface flags.
- Status values
-
- Since
- 0.6