Functions | |
| int32_t | VkDaqGetDeviceAttribute (const char *dev, const char *attrName, char attrValue[], int32_t size) |
| Get device attribute value. | |
| int32_t VkDaqGetDeviceAttribute | ( | const char * | dev, |
| const char * | attrName, | ||
| char | attrValue[], | ||
| int32_t | size | ||
| ) |
Get device attribute value.
| data type | parameter | describe |
|---|---|---|
const char* |
dev |
Device name or Channel name, such as "dev1", "dev2",etc. |
const char* |
attrName |
Attribute name, such as "Model", "SamplingFrequency", etc |
char[] |
attrValue[] |
Character array, used to store attribute values. |
const char* |
size |
The size of the attrValue arrays. |