pub unsafe extern "C" fn spinBooleanSetValue(
hNode: spinNodeHandle,
value: bool8_t,
) -> spinErrorExpand description
Sets the value of a boolean node; boolean values are represented by ‘True’ (which equals ‘0’) and ‘False’ (which equals ‘1’) @see spinError
@param hNode The boolean node having its value changed @param value The boolean value to set
@return spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error