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

FlushPipe() public abstract method

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