Returns the integer value contained in a given semantic data handle. This function assumes that the handle is of type SI_TYPE_INT. If the user passes in a handle with non SI_TYPE_INT type, this function always returns 0.
Function
- int LVSemanticData_GetInt(H_SI_DATA h_si_data)
Parameters
h_si_data
Semantic data handle.
Return Values
An integer value.
See Also