spinInterfaceEventHandlerDestroy

Function spinInterfaceEventHandlerDestroy 

Source
pub unsafe extern "C" fn spinInterfaceEventHandlerDestroy(
    hInterfaceEventHandler: spinInterfaceEventHandler,
) -> spinError
Expand description

Destroys an interface event handler (both device arrival and device removal) @see spinError

@param hInterfaceEventHandler The interface event handler to destroy

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