acltdtGetDataItem
The
Description
Obtains the nth data item (acltdtDataItem) from acltdtDataset.
Prototype
acltdtDataItem *acltdtGetDataItem(const acltdtDataset *dataset, size_t index)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
dataset |
Input |
Pointer to data of the acltdtDataset type. Call acltdtCreateDataset to create data of the acltdtDataset type in advance, and then call acltdtAddDataItem to add acltdtDataItem. |
index |
Input |
Sequence number of the acltdtDataItem to obtain. |
Returns
- Success: acltdtDataItem memory address
- Failure: empty address
Parent topic: acltdtDataset