Click or drag to resize

DeviceConfigManagerReadFromXmlFile Method

Reads configuration from xml file and returns ROS configuration object

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 static RosDeviceConfiguration ReadFromXmlFile(
	string fileName
)

Parameters

fileName
Type: SystemString

[Missing <param name="fileName"/> documentation for "M:Rubedos.Viper.Net.DeviceConfigManager.ReadFromXmlFile(System.String)"]

Return Value

Type: RosDeviceConfiguration

[Missing <returns> documentation for "M:Rubedos.Viper.Net.DeviceConfigManager.ReadFromXmlFile(System.String)"]

See Also