Functions | |
| int32_t | VkDaqCreateTask (const char *task) |
| Create task. | |
| int32_t VkDaqCreateTask | ( | const char * | task | ) |
Create task.
| data type | parameter | describe |
|---|---|---|
const char* |
task |
Task name(string type, for example"Task1")Only supports free combination of a-z, A-Z, 0-9, with a length not exceeding 64 bits Attention: The task name must not contain any symbols such as spaces, underscores, etc |