UNPKG

node-opcua-client

Version:

pure nodejs OPCUA SDK - module client

3 lines (2 loc) 163 B
import { ClientBaseImpl } from "../client_base_impl"; export declare function waitUntilReconnectionIsCanceled(client: ClientBaseImpl, callback: () => void): void;