Event Stopped
Occurs when the transmitter stops working.
Namespace: VE3NEA.HamCockpit.PluginAPI
Assembly: VE3NEA.HamCockpit.PluginAPI.dll
Syntax
event EventHandler<StoppedEventArgs> Stopped
Returns
Type | Description |
---|---|
EventHandler<StoppedEventArgs> |
Remarks
This event should be fired when the radio stops working for one reason or another, e.g., it is turned off, its cable is disconnected, etc. The application uses this event to stop the DspPipeline and display an error message.