zigbee-herdsman
    Preparing search index...

    Function crc16X25

    • CRC-16/X-25 aka CRC-16/IBM-SDLC aka CRC-16/ISO-HDLC aka CRC-16/ISO-IEC-14443-3-B aka CRC-B aka X-25

      Shortcut for calcCRC(data, 16, 0x1021, 0xFFFF, 0xFFFF, true, true)

      Used for Install Codes - see Document 13-0402-13 - 10.1

      Parameters

      • data: number[] | Uint8Array<ArrayBufferLike> | Buffer<ArrayBufferLike>

      Returns number