UNPKG

ts-bacnet

Version:

The BACnet protocol library written in pure JavaScript.

14 lines 425 B
export declare const encode: (buffer: any, lowLimit: any, highLimit: any, objectId: any, objectName: any) => void; interface value { lowLimit?: number; highLimit?: number; objectId?: { type: number; instance: number; }; objectName?: string; len?: number; } export declare const decode: (buffer: any, offset: any, apduLen: any) => value; export {}; //# sourceMappingURL=who-has.d.ts.map