Functions | |
| int32_t | VkDaqGetChannelAttribute (const char *chan, const char *attrName, char attrValue[], int32_t size) |
| Get device channel attribute value. | |
| int32_t VkDaqGetChannelAttribute | ( | const char * | chan, |
| const char * | attrName, | ||
| char | attrValue[], | ||
| int32_t | size | ||
| ) |
Get device channel attribute value.
| data type | parameter | describe |
|---|---|---|
const char* |
chan |
Channel name., such as "dev1/AIN1", "dev1/MIN1", "dev1/DIN1", "dev1/AOUT1", etc. |
const char* |
attrName |
Attribute name. |
char[] |
attrValue[] |
Character array, used to store attribute values, multiple values are separated by commas. |
int32_t |
size |
The size of the attrValue arrays. |