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

IOPCDataAccess..::..SetValue Method

Sets the value.

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

Syntax


bool SetValue(
	string ItemName,
	Object val
)
Function SetValue ( _
	ItemName As String, _
	val As Object _
) As Boolean
bool^ SetValue(
	String^ ItemName, 
	Object^ val
)

Parameters

ItemName
Type: String
Name of the item.
val
Type: Object
The value.

Return Value

true if succeded