UNPKG

epc-tds-ts

Version:

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

26 lines 883 B
export class Gid96 extends Epc { static EPC_HEADER: number; static TOTAL_BITS: number; static MANAGER_OFFSET: number; static MANAGER_END: number; static MANAGER_BITS: number; static MAX_MANAGER: number; static CLASS_OFFSET: number; static CLASS_END: number; static CLASS_BITS: number; static MAX_CLASS: number; static SERIAL_OFFSET: number; static SERIAL_END: number; static SERIAL_BITS: number; static MAX_SERIAL: number; static TAG_URI_TEMPLATE: (manager: any, clazz: any, serial: any) => string; static PID_URI_TEMPLATE: (manager: any, clazz: any, serial: any) => string; getManager(): number; setManager(value: any): Gid96; getClass(): number; setClass(value: any): Gid96; getSerial(): number; setSerial(value: any): Gid96; } import { Epc } from "../epc"; //# sourceMappingURL=gid96.d.ts.map