pub unsafe extern "C" fn spinNodeGetType(
hNode: spinNodeHandle,
pType: *mut spinNodeType,
) -> spinErrorExpand description
Retrieves the type of a node (as an enum, spinNodeType) @see spinError @see spinNodeType
@param hNode The node of the node type to retrieve @param pType The node type enum pointer in which the type of node is returned
@return spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error