Click or drag to resize

DeviceConfigManagerFromXmlString Method

Sets configuration values from Xml string

Namespace:  Rubedos.Viper.Net
Assembly:  Rubedos.Viper.Net (in Rubedos.Viper.Net.dll) Version: 1.0.0.2357 (1.0.00000.2357)
Syntax
C#
public void FromXmlString(
	string xml
)

Parameters

xml
Type: SystemString
The XML containing dynamic configuration of the device
Remarks
HSI, 2018.10.22.
See Also