UNPKG

@bacnet-js/device

Version:

A TypeScript library for implementing BACnet IP devices in Node.js.

12 lines 536 B
import { type BDObjectUID } from './uids.js'; /** * Maximum value of the `index` parameter of `readProperty` requests. * Used to indicate that a client is interested in the entire list of values * as opposed to either the length (`index = 0`) or a specific item * (`1 <= index < MAX_ARRAY_INDEX`). */ export declare const MAX_ARRAY_INDEX = 4294967295; export declare const EMPTY_ARRAY: never[]; export declare const EMPTY_SET: Set<unknown>; export declare const NULL_OBJECT_UID: BDObjectUID; //# sourceMappingURL=constants.d.ts.map