Ham Cockpit   

    Show / Hide Table of Contents

    Class SamplesAvailableEventArgs

    Event arguments class for the SamplesAvailable event

    Inheritance
    Object
    EventArgs
    SamplesAvailableEventArgs
    Namespace: VE3NEA.HamCockpit.PluginAPI
    Assembly: VE3NEA.HamCockpit.PluginAPI.dll
    Syntax
    public sealed class SamplesAvailableEventArgs : EventArgs

    Constructors

    Name Description
    SamplesAvailableEventArgs(Single[], Int32, Int32)

    Initializes a new instance of the SamplesAvailableEventArgs class.

    Properties

    Name Description
    Count

    Gets the number of values.

    Data

    Gets the data array.

    Offset

    Offset if the first available value

    • View Source
    Back to top Generated by DocFX