spinNodeIsWritable

Function spinNodeIsWritable 

Source
pub unsafe extern "C" fn spinNodeIsWritable(
    hNode: spinNodeHandle,
    pbResult: *mut bool8_t,
) -> spinError
Expand description

Checks whether a node is writable @see spinError

@param hNode The node to check @param pbResult The boolean pointer to return whether or not the node is writable

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