spinEnumerationGetEntryByName

Function spinEnumerationGetEntryByName 

Source
pub unsafe extern "C" fn spinEnumerationGetEntryByName(
    hEnumNode: spinNodeHandle,
    pName: *const c_char,
    phEntry: *mut spinNodeHandle,
) -> spinError
Expand description

Retrieves an entry node from an enum node using the entry’s symbolic @see spinError

@param hEnumNode The enum node from which the entry node is retrieved @param pName The name of the entry node @param phEntry The node handle pointer in which the entry node is returned

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