UNPKG

ts-bacnet

Version:

The BACnet protocol library written in pure JavaScript.

20 lines 730 B
export declare const encode: (buffer: any, subscriberProcessId: any, monitoredObjectId: any, cancellationRequest: any, issueConfirmedNotifications: any, lifetime: any, monitoredProperty: any, covIncrementPresent: any, covIncrement: any) => void; interface value { subscriberProcessId?: number; monitoredObjectId?: { type: number; instance: number; }; cancellationRequest?: boolean; issueConfirmedNotifications?: boolean; lifetime?: number; monitoredProperty?: { id?: number; index?: number; }; covIncrement?: number; len?: number; } export declare const decode: (buffer: any, offset: any) => value; export {}; //# sourceMappingURL=subscribe-property.d.ts.map