Browse
 
Tools
Rss Categories

LVSemanticArray C API Summary

Reference Number: AA-02059 Views: 3918 0 Rating/ Voters

A LVSemanticArray represents an array type.

Function Return Type Description
LVSemanticArray_GetElement(H_SI_DATA h_si_data, int index) H_SI_DATAIf the h_si_data is of type SI_TYPE_ARRAY, returns a handle to the data specified by index.
LVSemanticArray_GetSize(H_SI_DATA h_si_data) int If the h_si_data is of the type SI_TYPE_OBJECT, returns the number of elements in the array.
 

See Also