Overload | Description |
---|---|
WriteAllText(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodeDescriptor,String) | Writes text to an OPC UA file, not appending, and using the UTF-8 encoding. |
WriteAllText(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodeDescriptor,String,Boolean) | Writes text to an OPC UA file, using the UTF-8 encoding, and specifying the append flag. |
WriteAllText(IEasyUAFileTransfer,UAEndpointDescriptor,UANamedNodeDescriptor,String,Boolean,Encoding) | Writes text to an OPC UA file, specifying the append flag, and encoding. |