LibUsbDotNet.Internal.UsbApiBase.AbortPipe C# (CSharp) Method

AbortPipe() public abstract method

public abstract AbortPipe ( SafeHandle interfaceHandle, byte pipeID ) : bool
interfaceHandle System.Runtime.InteropServices.SafeHandle
pipeID byte
return bool
        public abstract bool AbortPipe(SafeHandle interfaceHandle, byte pipeID);