HamBook – Rev 54

Subversion Repositories:
Rev:
using RJCP.IO.Ports;
using static HamBook.Radios.Yaesu.FT_891.Constants;

namespace HamBook.Radios.Yaesu.FT_891.CAT
{
    [Radio("Yaesu FT-891")]
    public class Ab : Generic.CAT.Ab
    {
        public Ab(SerialPortStream serialPort) : base(serialPort)
        {
        }

        public override CatLength CatLength => new CatLength { Set = 3 };

        public override void Set()
        {
            SerialPort.Write($"{Name}{Eot}");
        }
    }
}

Generated by GNU Enscript 1.6.5.90.