UNPKG

epc-tds-ts

Version:

EPC Tag Data Standard encoding and decoding library, written in javascript for Node.js

28 lines 1 kB
export class Sgtin198 extends Epc { static EPC_HEADER: number; static TOTAL_BITS: number; static PARTITION_OFFSET: number; static PARTITION_END: number; static SERIAL_OFFSET: number; static SERIAL_END: number; static MAX_SERIAL_LEN: number; static CHAR_BITS: number; static TAG_URI_TEMPLATE: (filter: any, company: any, item: any, serial: any) => string; static PID_URI_TEMPLATE: (company: any, item: any, serial: any) => string; getPartition(): number; setPartition(value: any): Sgtin198; getGtin(): string; setGtin(gtin: any): Sgtin198; getCompanyPrefix(): number; setCompanyPrefix(value: any): Sgtin198; getItemReference(): number; setItemReference(value: any): Sgtin198; getSerial(): string; /** * All values permitted by GS1 General Specifications (up to 20 alphanumeric characters) * @param value */ setSerial(value: any): Sgtin198; } import { Epc } from "../epc"; //# sourceMappingURL=sgtin198.d.ts.map