X13.Periphery.TWIDriver.TWICommon.Poll C# (CSharp) Method

Poll() public abstract method

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