public void TestBufferedOK() { Out123 handle = new Out123(); ulong result = handle.Buffered(); Assert.AreEqual(0, result); }