Class OmniRigClient
A wrapper around the OmniRig COM object.
Namespace: VE3NEA.HamCockpit.DspFun
Assembly: VE3NEA.HamCockpit.DspFun.dll
Syntax
public class OmniRigClient
Properties
Name | Description |
---|---|
Active | Gets or sets a value indicating whether this OmniRigClient is active. |
Mode | Gets or sets the mode. |
RigNo | Gets or sets the rig number. |
RxFrequency | Gets or sets the RX frequency. |
Split | Gets or sets the Split mode. |
Status | Gets the status of the CAT connection. |
Transmit | Gets or sets the Transmit mode. |
TxFrequency | Gets or sets the TX frequency. |
Methods
Name | Description |
---|---|
GetStatusText() | Gets the text that describes the current status of OmniRig. |
ShowDialog() | Shows the OmniRig configuration dialog. |
Events
Name | Description |
---|---|
ModeChanged | Occurs when the mode changes. |
StatusChanged | Occurs when the CAT connection status changes. |
TransmitChanged | Occurs when the Transmit mode changes. |
Tuned | Occurs when the dial frequency changes. |