spinIntegerSetValue

Function spinIntegerSetValue 

Source
pub unsafe extern "C" fn spinIntegerSetValue(
    hNode: spinNodeHandle,
    value: i64,
) -> spinError
Expand description

Sets the value of an integer node @see spinError

@param hNode The integer node having its value changed @param value The integer value to set

@return spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error