Auxiliary Functions
Overview
Common pump specific auxiliary functions.
Collaboration diagram for Auxiliary Functions:Functions | |
| long | LCP_GetPumpName (dev_hdl hPump, char *pNameStringBuf, int StringBufSize) |
| Query name of specific pump. More... | |
Function Documentation
| long LCP_GetPumpName | ( | dev_hdl | hPump, |
| char * | pNameStringBuf, | ||
| int | StringBufSize | ||
| ) |
Query name of specific pump.
Normally all pumps are named. That means each pump carries a unique name.
- Parameters
-
[in] hPump Valid pump handle [out] pNameStringBuf Message buffer for storage of error message string [in] StringBufSize Size of buffer pNameStringBuf in bytes
- Returns
- Error code - - ERR_NOERR indicates success
- Examples:
- capi_nemesys_test.cpp.
