ts-bacnet
Version:
The BACnet protocol library written in pure JavaScript.
10 lines • 371 B
TypeScript
export declare const encode: (buffer: any, timeDuration: any, enableDisable: any, password: any) => void;
interface value {
timeDuration?: number;
enableDisable?: number;
password?: string;
len?: number;
}
export declare const decode: (buffer: any, offset: any, apduLen: any) => value;
export {};
//# sourceMappingURL=device-communication-control.d.ts.map