Interface IModeSwitch
Represents a device or plugin that can change the modulation type.
Namespace: VE3NEA.HamCockpit.PluginAPI
Assembly: VE3NEA.HamCockpit.PluginAPI.dll
Syntax
public interface IModeSwitch
Properties
| Name | Description |
|---|---|
| Mode | Gets or sets the signal mode. |
| Sideband | Gets or sets the signal sideband. |
Events
| Name | Description |
|---|---|
| ModeChanged | Occurs when the signal mode or sideband changes. |