HamBook – Rev 54
?pathlinks?
using RJCP.IO.Ports;
namespace HamBook.Radios.Generic.CAT
{
public abstract class Ri : Cat
{
public Ri(SerialPortStream serialPort) : base(serialPort)
{
}
public override string Name => "RI";
public override string Definition => "RADIO INFORMATION";
public abstract bool Read(RadioInformationType radioInformationType);
}
}
Generated by GNU Enscript 1.6.5.90.