Interface ITransmitter
Represents a transmitting device.
Namespace: VE3NEA.HamCockpit.PluginAPI
Assembly: VE3NEA.HamCockpit.PluginAPI.dll
Syntax
public interface ITransmitter : IModeSwitch
Properties
Name | Description |
---|---|
Active | Gets or sets a value indicating whether this ITransmitter is active. |
Frequency | Gets or sets the transmitter frequency. |
Split | Gets or sets a value indicating whether this ITransmitter is in the Split mode. |
Transmit | Gets or sets a value indicating whether this ITransmitter is in the transmit mode. |
Methods
Name | Description |
---|---|
IsTransceiver() | Determines whether the transmitter is a transceiver. |
Events
Name | Description |
---|---|
SettingsChanged | Occurs when the settings of the transmitter change. |
Stopped | Occurs when the transmitter stops working. |
Tuned | Occurs when the transmit frequency changes. |