QrCodeData: TypeFromBitmapSchema<typeof QrCodeDataSchema> & {
    tlvData?: Uint8Array;
}

Type declaration

  • OptionaltlvData?: Uint8Array

    See MatterSpecification.v13.Core § 5.1.5 Variable length TLV data. Zero length if TLV is not included. This data is byte-aligned. All elements SHALL be housed within an anonymous top-level structure container.