UNPKG

onvif-nvt-ts

Version:

Wrapper for ONVIF spec to control NVT (Network Video Transitter) devices. Forked and added TypeScript support from onvif-nvt.

4 lines (3 loc) 221 B
export declare function saveXml(service: string, methodName: string, xml: string): Promise<void>; export declare function setPath(folder: string): Promise<void>; export declare function setWritable(value: boolean): void;