LibUsbDotNet.Internal.UsbApiBase.FlushPipe C# (CSharp) 메소드

FlushPipe() 공개 추상적인 메소드

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