ts-bacnet
Version:
The BACnet protocol library written in pure JavaScript.
14 lines • 465 B
TypeScript
export declare const encode: (buffer: any, processId: any, requestingSource: any, operation: any, targetObjectId: any) => void;
interface value {
processId?: number;
requestingSource?: string;
operation?: number;
targetObjectId?: {
type: number;
instance: number;
};
len?: number;
}
export declare const decode: (buffer: any, offset: any, apduLen: any) => value;
export {};
//# sourceMappingURL=life-safety-operation.d.ts.map