Ham Cockpit   

    Show / Hide Table of Contents

    Constructor SamplesAvailableEventArgs

    View Source

    SamplesAvailableEventArgs(Single[], Int32, Int32)

    Initializes a new instance of the SamplesAvailableEventArgs class.

    Declaration
    public SamplesAvailableEventArgs(float[] data, int offset, int count)
    Parameters
    Type Name Description
    Single[] data

    The data.

    Int32 offset

    The offset.

    Int32 count

    The count.

    • View Source
    Back to top Generated by DocFX