X13.Periphery.TWIDriver.TWICommon.Poll C# (CSharp) 메소드

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

public abstract Poll ( byte &buf ) : bool
buf byte
리턴 bool
      public abstract bool Poll(out byte[] buf);
      public abstract void Reset();