Mech-DLK SDK C API 2.1.1
C API reference documentation for secondary development with Mech-DLK
Loading...
Searching...
No Matches
Data Fields
StringArray Struct Reference

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.
 

Detailed Description

This struct defines the data format for storing multiple strings.

Field Documentation

◆ capacity

int StringArray::capacity

The capacity of array.

◆ count

int StringArray::count

The current number of array.

◆ strings

char** StringArray::strings

The dynamic string array.


The documentation for this struct was generated from the following file: