Interface IBandPlan
Represents a plugin that provides the band plan data.
Namespace: VE3NEA.HamCockpit.PluginAPI
Assembly: VE3NEA.HamCockpit.PluginAPI.dll
Syntax
public interface IBandPlan
Methods
Name | Description |
---|---|
GetBandStart(Int64, String, QsyDirection) | Gets the start frequency for the given mode on the current, next-upper or next-lower band. |
GetSegment(Int64, QsyDirection) | Gets the current or next/previous band segment given the frequency. |
GetSegments(Int64, Int64) | Gets all band segments in the given range of frequencies. |
Events
Name | Description |
---|---|
BandPlanChanged | Occurs when the user selects a different band plan. |