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

Close() public method

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