spinNodeIsImplemented

Function spinNodeIsImplemented 

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

Checks whether a node is implemented @see spinError

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

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