BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

ItemValueArgs Constructor

Initializes a new instance of the ItemValueArgs class.

Namespace:  CAS.Lib.DeviceSimulator
Assembly:  CommServer.DeviceSimulator (in CommServer.DeviceSimulator.dll)

Syntax


public ItemValueArgs(
	ItemValueResult value
)
Public Sub New ( _
	value As ItemValueResult _
)
public:
ItemValueArgs(
	ItemValueResult^ value
)

Parameters

value
Type: ItemValueResult
The value of the process data to be be provided to all subscribers of the OnValueChanged.