UNPKG

epc-tds-ts

Version:

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

26 lines 948 B
export class Sgtin96 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 SERIAL_BITS: number; static MAX_SERIAL: 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; static PARTITIONS: Partition[]; getPartition(): number; setPartition(value: any): Sgtin96; getGtin(): string; setGtin(gtin: any): Sgtin96; getCompanyPrefix(): number; setCompanyPrefix(value: any): Sgtin96; getItemReference(): number; setItemReference(value: any): Sgtin96; getSerial(): number; setSerial(value: any): Sgtin96; } import { Epc } from "../epc"; import { Partition } from "../partition"; //# sourceMappingURL=sgtin96.d.ts.map