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

ProtocolALMessage..::..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


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

Parameters

regAddress
Type: Int32
Address
pCanonicalType
Type: Type
Requested canonical type.

Return Value

Converted value.