Browse
 
Tools
Rss Categories

LVSemanticData_GetBool

Reference Number: AA-00902 Views: 9188 0 Rating/ Voters

Returns an integer value contained in a given handle.  A non-zero integer value represents a true value, and a zero value represents a false value.  This function assumes that the semantic data handle being passed in is of type SI_TYPE_BOOL. If the user passes in a handle with non SI_TYPE_BOOL type, this function always returns false.

Function

  • int LVSemanticData_GetBool(H_SI_DATA h_si_data)

Parameters

h_si_data

Semantic data handle.

Return Values

An integer value.

See Also