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

ResetPipe() public abstract method

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