capacitor-plugin-scanbot-barcode-scanner-sdk
    Preparing search index...

    Class StructuredAppendInfo

    The structured append mode can be used to split a message across multiple barcodes.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    count: number

    The number of barcodes in the structured append set.

    id: string

    The ID of the structured append set.

    index: number

    The index of the barcode in the structured append set.

    Methods

    • Parameters

      Returns {
          count?: number;
          id?: string;
          index?: number;
          serialize?: (
              config?: ToJsonConfiguration,
          ) => { readonly count?: number | undefined; readonly index?: number | undefined; readonly id?: string | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
      }

      • Optional Readonlycount?: number

        The number of barcodes in the structured append set.

      • Optional Readonlyid?: string

        The ID of the structured append set.

      • Optional Readonlyindex?: number

        The index of the barcode in the structured append set.

      • Optionalserialize?: (
            config?: ToJsonConfiguration,
        ) => { readonly count?: number | undefined; readonly index?: number | undefined; readonly id?: string | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }