Browse
 
Tools
Rss Categories

Semantic Data Type

Reference Number: AA-01055 Views: 7674 0 Rating/ Voters

These macros specify the underlying data type of H_SI_Data. They can be obtained from LVSemanticData_GetType or Type

List of Semantic Data types


SI_TYPE_NULL


Description: Usually this type indicates that some error occurred.

Value: 0


SI_TYPE_BOOL


Description: Boolean data type.

Value: 1


SI_TYPE_INT


Description: Integer data type.

Value: 2


SI_TYPE_DOUBLE


Description: Double data type.

Value: 3


SI_TYPE_STRING


Description: String data type.

Value: 4


SI_TYPE_OBJECT


Description: Object data type.

Value: 5


SI_TYPE_ARRAY


Description: Array data type.

Value: 6

See Also