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