UNPKG

ts-bacnet

Version:

The BACnet protocol library written in pure JavaScript.

5 lines 360 B
import { BufferWithOffset } from "../types"; import { DecodedValue } from "./write-property"; export declare const encode: (buffer: any, objectId: any, propertyId: any, arrayIndex: any, values: any) => void; export declare const decode: (buffer: BufferWithOffset, offset: number, apduLen: number) => DecodedValue; //# sourceMappingURL=add-list-element.d.ts.map