Interface ITuner
Represents a device that can be tuned to an RF frequency.
Namespace: VE3NEA.HamCockpit.PluginAPI
Assembly: VE3NEA.HamCockpit.PluginAPI.dll
Syntax
public interface ITuner
Methods
Name | Description |
---|---|
GetDialFrequency(Int32) | Gets the dial frequency. |
SetDialFrequency(Int64, Int32) | Sets the dial frequency of the specified channel. |
Events
Name | Description |
---|---|
Tuned | Occurs when the dial frequency changes. |