IApplicationLayerSniffer..::..ReadData Method
Interface of the passive reader station, i.e. responsible for reading master station commands and slave station responses
and gathering the data from coupled pairs.
Namespace:
CAS.Lib.CommonBus.ApplicationLayerAssembly: CommServer.CommonBus (in CommServer.CommonBus.dll)
Syntax
AL_ReadData_Result ReadData( out IBlockDescription pBlock, out IReadValue pData )
Function ReadData ( _ <OutAttribute> ByRef pBlock As IBlockDescription, _ <OutAttribute> ByRef pData As IReadValue _ ) As AL_ReadData_Result
AL_ReadData_Result^ ReadData( [OutAttribute] IBlockDescription^% pBlock, [OutAttribute] IReadValue^% pData )
Parameters
- pBlock
- Type: CAS.Lib.CommonBus.ApplicationLayer..::..IBlockDescription%
Data block description.
- pData
- Type: CAS.Lib.CommonBus.ApplicationLayer..::..IReadValue%
Message containing obtained data.