Ham Cockpit   

    Show / Hide Table of Contents

    Method WriteInt16

    View Source

    WriteInt16(Int16[], Int32)

    Declaration
    public void WriteInt16(short[] buffer, int wordCount)
    Parameters
    Type Name Description
    Int16[] buffer
    Int32 wordCount
    View Source

    WriteInt16(Byte[], Int32)

    Converts 16-bit integers to the floating point values and writes them to the buffer.

    Declaration
    public void WriteInt16(byte[] buffer, int byteCount)
    Parameters
    Type Name Description
    Byte[] buffer

    The buffer.

    Int32 byteCount

    The number of bytes to convert and write.

    • View Source
    Back to top Generated by DocFX