LibUsbDotNet.Internal.UsbApiBase.AbortPipe C# (CSharp) Метод

AbortPipe() публичный абстрактный Метод

public abstract AbortPipe ( SafeHandle interfaceHandle, byte pipeID ) : bool
interfaceHandle System.Runtime.InteropServices.SafeHandle
pipeID byte
Результат bool
        public abstract bool AbortPipe(SafeHandle interfaceHandle, byte pipeID);