UNPKG

epc-tds-ts

Version:

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

20 lines 737 B
export class Gsrn96 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, service: any) => string; static PID_URI_TEMPLATE: (company: any, asset: any) => string; static PARTITIONS: Partition[]; getPartition(): number; setPartition(value: any): Gsrn96; getGsrn(): string; setGsrn(gsrn: any): Gsrn96; getCompanyPrefix(): number; setCompanyPrefix(value: any): Gsrn96; getServiceReference(): number; setServiceReference(value: any): Gsrn96; } import { Epc } from "../epc"; import { Partition } from "../partition"; //# sourceMappingURL=gsrn96.d.ts.map