Ham Cockpit   

    Show / Hide Table of Contents

    Event Stopped

    Occurs when the signal source is no longer able to provide signal data.

    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 device 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.

    • View Source
    Back to top Generated by DocFX