Functions | |
| int32_t | VkDaqGetDevices (char devsAddress[], char devsName[], int32_t size) |
| Get device list. | |
| int32_t VkDaqGetDevices | ( | char | devsAddress[], |
| char | devsName[], | ||
| int32_t | size | ||
| ) |
Get device list.
| data type | parameter | describe |
|---|---|---|
char[] |
devsAddress[] |
Character array, used to store a list of device addresses. The function will fill in the IP address/USB device address of all devices in this array, and use commas to separate the IP address/USB device address of multiple devices |
char[] |
devsName[] |
Character array, used to store the device name list. The function will fill the corresponding device name into this array. Multiple device names are separated by commas. |
int32_t |
size |
The size of the devsAddress and devsName arrays. |