epc-tds-ts
Version:
EPC Tag Data Standard encoding and decoding library, written in javascript for Node.js
21 lines • 772 B
TypeScript
export class Sscc96 extends Epc {
static EPC_HEADER: number;
static TOTAL_BITS: number;
static PARTITION_OFFSET: number;
static PARTITION_END: number;
static TAG_URI_TEMPLATE: (filter: any, company: any, serial: any) => string;
static PID_URI_TEMPLATE: (company: any, serial: any) => string;
static PARTITIONS: Partition[];
getPartition(): number;
setPartition(value: any): Sscc96;
getSscc(): string;
setSscc(gtin: any): Sscc96;
getCompanyPrefix(): number;
setCompanyPrefix(value: any): Sscc96;
getSerialReference(): number;
setSerialReference(value: any): Sscc96;
getMaxSerialReference(): number;
}
import { Epc } from "../epc";
import { Partition } from "../partition";
//# sourceMappingURL=sscc96.d.ts.map