Function numberToBinUint16BE

  • Encode a positive integer as a 2-byte Uint16LE Uint8Array.

    This method will return an incorrect result for values outside of the range 0 to 0xffff (65535). If applicable, applications should handle such cases prior to calling this method.

    For the reverse, reverse the result of binToNumberUint16LE.

    Parameters

    • value: number

      the number to encode

    Returns Uint8Array

Generated using TypeDoc