spinInterfaceListCreateEmpty

Function spinInterfaceListCreateEmpty 

Source
pub unsafe extern "C" fn spinInterfaceListCreateEmpty(
    phInterfaceList: *mut spinInterfaceList,
) -> spinError
Expand description

Creates an empty interface list (interface lists created this way must be destroyed) @see spinError

@param phInterfaceList The interface list handle pointer in which the empty interface list is returned

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