Click or drag to resize

DeviceConfigManagerCreateDynamicReconfigureInterface Method

Creates dynamic reconfigure interface.

Namespace:  Rubedos.Viper.Net
Assembly:  Rubedos.Viper.Net (in Rubedos.Viper.Net.dll) Version: 1.0.0.2357 (1.0.00000.2357)
Syntax
C#
protected virtual IDynamicReconfigureInterface CreateDynamicReconfigureInterface(
	string nodeName
)

Parameters

nodeName
Type: SystemString
The name of the node that has dynamic configuration.

Return Value

Type: IDynamicReconfigureInterface
The new dynamic reconfigure interface.
Remarks
HSI, 2018.10.22.
See Also