|
Mech-DLK SDK C API 2.1.1
C API reference documentation for secondary development with Mech-DLK
|
This struct defines the data format for storing multiple strings. More...
#include <dl_result.h>
Data Fields | |
| char ** | strings |
| The dynamic string array. | |
| int | count |
| The current number of array. | |
| int | capacity |
| The capacity of array. | |
This struct defines the data format for storing multiple strings.
| int StringArray::capacity |
The capacity of array.
| int StringArray::count |
The current number of array.
| char** StringArray::strings |
The dynamic string array.