pub unsafe extern "C" fn spinInterfaceRegisterInterfaceEventHandler(
hInterface: spinInterface,
hInterfaceEventHandler: spinInterfaceEventHandler,
) -> spinErrorExpand description
Registers an interface event handler (both device arrival and device removal) on an interface @see spinError
@param hInterface The interface on which to register the interface event handler @param hInterfaceEventHandler The interface event handler to register
@return spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error