Overload | Description |
---|---|
CopyFile(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodePath,String,UANodeId,String) | Copies an OPC UA file to another directory, specifying the endpoint descriptor, directory named node path, existing file name, new directory node Id, and new name. |
CopyFile(IEasyUAFileTransfer,UAEndpointDescriptor,UANodeDescriptor,UANodeId,UANodeId,String) | Copies an OPC UA file to another directory, specifying the endpoint descriptor, directory node descriptor, existing file node Id, new directory node Id, and new name. |
CopyFile(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodePath,String,UANodeId) | Copies an OPC UA file to another directory, specifying the endpoint descriptor, directory named node path, existing file named, and new directory node Id. |
CopyFile(IEasyUAFileTransfer,UAEndpointDescriptor,UANodeDescriptor,UANodeId,UANodeId) | Copies an OPC UA file to another directory, specifying the endpoint descriptor, directory node descriptor, existing file node Id, and new directory node Id. |
CopyFile(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodeDescriptor,UANamedNodePath) | Copies an OPC UA file to another directory, specifying the endpoint descriptor, existing file named node descriptor, and new directory named node path. |
CopyFile(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodeDescriptor,UANamedNodePath,String) | Copies an OPC UA file to another directory, specifying the endpoint descriptor, existing file named node descriptor, new directory named node path, and new name. |