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

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?): { readonly count?: number | undefined; readonly index?: number | undefined; readonly id?: string | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
    }

    • Optional Readonly count?: number

      The number of barcodes in the structured append set.

    • Optional Readonly id?: string

      The ID of the structured append set.

    • Optional Readonly index?: number

      The index of the barcode in the structured append set.

    • serialize?:function
      • Parameters

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