Functions | |
| int32_t | VkDaqSetDeviceAttribute (const char *dev, const char *attrName, const char *attrValue) |
| Set device attribute value. | |
| int32_t VkDaqSetDeviceAttribute | ( | const char * | dev, |
| const char * | attrName, | ||
| const char * | attrValue | ||
| ) |
Set 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 "Sampling Frequency", etc |
const char* |
attrValue |
Attribute values. |