Function fromBuffer

  • Converts an I16 value to a number

    Parameters

    • buffer: Uint8Array

      The buffer to read from

    • offset: number

      The optional offset in the buffer at which to start reading the I16 value (default: 0)

    Returns {
        offset: number;
        value: I16_t;
    }

    The I16 representation of the bytes

    • offset: number
    • value: I16_t