Overload | Description |
---|---|
OpenStreamWriter(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodeDescriptor) | Opens an OPC UA file for writing text via System.IO.StreamWriter, not for append, and with UTF-8 encoding. |
OpenStreamWriter(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodeDescriptor,Boolean) | Opens an OPC UA file for writing text via System.IO.StreamWriter, with UTF-8 encoding, and specifying the append flag. |
OpenStreamWriter(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodeDescriptor,Boolean,Encoding) | Opens an OPC UA file for writing text via System.IO.StreamWriter, specifying the append flag, and encoding. |