UNPKG

node-opcua-pseudo-session

Version:

pure nodejs OPCUA SDK - module pseudo-session

5 lines (4 loc) 325 B
import { NodeId } from "node-opcua-nodeid"; import { ReferenceDescription } from "node-opcua-types"; import { IBasicSessionBrowseAsyncSimple } from "./basic_session_interface"; export declare function getChildByBrowseName(session: IBasicSessionBrowseAsyncSimple, nodeId: NodeId, name: string): Promise<ReferenceDescription>;