LibTiePie
0.4.1
Library for interfacing TiePie engineering instruments
|
Functions | |
TpVersion_t | LibGetVersion () |
Get library version number. | |
uint32_t | LibGetConfig (uint8_t *pBuffer, uint32_t dwBufferLength) |
Get library configuration number. | |
LibTiePieStatus_t | LibGetLastStatus () |
Get last status value, last status is set after each call to the library. | |
const char * | LibGetLastStatusStr () |
Get last status value as text, last status is set after each call to the library. | |
uint32_t LibGetConfig | ( | uint8_t * | pBuffer, |
uint32_t | dwBufferLength | ||
) |
Get library configuration number.
Example:
pBuffer | |
dwBufferLength |
LibTiePieStatus_t LibGetLastStatus | ( | ) |
Get last status value, last status is set after each call to the library.
Example:
const char* LibGetLastStatusStr | ( | ) |
Get last status value as text, last status is set after each call to the library.
Example:
TpVersion_t LibGetVersion | ( | ) |
Get library version number.
Example: