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

IReadValue..::..ReadValue Method

Read the selected contend (value) from the message in the requested type. If the address space cannot contain values in this type no conversion is done.

Namespace:  CAS.Lib.CommonBus.ApplicationLayer
Assembly:  CommServer.CommonBus (in CommServer.CommonBus.dll)

Syntax


Object ReadValue(
	int regAddress,
	Type pCanonicalType
)
Function ReadValue ( _
	regAddress As Integer, _
	pCanonicalType As Type _
) As Object
Object^ ReadValue(
	int^ regAddress, 
	Type^ pCanonicalType
)

Parameters

regAddress
Type: Int32
Register address in the defined address space the message was created for.
pCanonicalType
Type: Type
Requested canonical type.

Return Value

Value retrieved from the message received from remote unit.