Ham Cockpit   

    Show / Hide Table of Contents

    Method Read

    View Source

    Read(Single[], Int32, Int32)

    Reads processed data to the specified buffer.

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

    The buffer.

    Int32 offset

    The offset to the first value.

    Int32 count

    The number of values to process.

    Returns
    Type Description
    Int32

    The number of processed values.

    Implements
    ISampleStream.Read(Single[], Int32, Int32)
    • View Source
    Back to top Generated by DocFX