CAS.CommServer.DataProvider.MODBUSCore Namespace
CAS.CommServer.DataProvider.TextReader Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
N:CAS.Lib.CommonBus.ApplicationLayer.Modbus
CAS.Lib.CommonBus.ApplicationLayer.Modbus Namespace
CAS.Lib.CommonBus.ApplicationLayer.SBUS Namespace
ProcessObserver.DataProviders

ModBusPDUMessageBase<(Of <(<'ModBusMessage>)>)>..::..ReadValue Method

Reads the value.

Namespace:  CAS.CommServer.DataProvider.MODBUSCore
Assembly:  DataProvider.MODBUSCore (in DataProvider.MODBUSCore.dll)

Syntax


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

Parameters

regAddressOffset
Type: Int32
The reg address offset.
pCanonicalType
Type: Type
the canonical type.

Return Value