C64Lib.Core.T64Drive.Write C# (CSharp) Method

Write() public method

public Write ( int channel, byte abyte, bool eoi ) : byte
channel int
abyte byte
eoi bool
return byte
        public override byte Write(int channel, byte abyte, bool eoi)
        {
            throw new Exception("The method or operation is not implemented.");
        }