HamBook – Rev 54
?pathlinks?
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 Bd : Generic.CAT.Bd
{
public Bd(SerialPortStream serialPort) : base(serialPort)
{
}
public override CatLength CatLength => new CatLength { Set = 4 };
public override void Set()
{
SerialPort.Write($"{Name}{Eot}");
}
}
}
Generated by GNU Enscript 1.6.5.90.