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

IDevice..::..Write Method

Writes the value of the specified item property.

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

Syntax


IdentifiedResult Write(
	string itemID,
	PropertyID propertyID,
	ItemValue value
)
Function Write ( _
	itemID As String, _
	propertyID As PropertyID, _
	value As ItemValue _
) As IdentifiedResult
IdentifiedResult^ Write(
	String^ itemID, 
	PropertyID^ propertyID, 
	ItemValue^ value
)

Parameters

itemID
Type: String
propertyID
Type: PropertyID
value
Type: ItemValue