CAS.Lib.CommonBus.ApplicationLayer Namespace
Classes
Class | Description | |
---|---|---|
![]() |
ALProtocol<(Of <(<'T_ALMessage>)>)> |
Base implementation of the Application Layer Protocol
|
![]() |
ApplicationLayerCommon |
Base implementation of IConnectionManagement interface.
|
![]() |
ApplicationLayerInterfaceNotImplementedException |
Exception signaling that interface is not implemented yet.
|
![]() |
ApplicationLayerMaster<(Of <(<'T_ALMessage>)>)> |
Base implementation of IapplicationLayerMaster interface.
|
![]() |
ProtocolALMessage |
COMMUNICATIONS LIBRARY - Protocol Application Layer message class
|
![]() |
ProtocolParameters |
Protocol parameters for ApplicationLayer
|
Interfaces
Interface | Description | |
---|---|---|
![]() |
IApplicationLayerMaster |
Interface which must be implemented by any data provider playing the role on the field network of the master station,
i.e. responsible for pooling all remote station to acquire date from them.
|
![]() |
IApplicationLayerSlave |
Interface which must be implemented by any data provider playing the role on the field network of the slave
station, i.e. responding to the master station. It is responsible for processing commands received from a master station.
|
![]() |
IApplicationLayerSniffer |
Interface which must be implemented by any data provider playing the role on the field network of the passive
reader station, i.e. responsible for reading master station commands and slave station responses and gathering the data from coupled pairs.
|
![]() |
IBlockAddress |
Address of a data block on the local field bus including a station address and block description.
|
![]() |
IBlockDescription |
Description of the data block.
|
![]() |
IReadCMDValue |
Interface used to get command from the frame by received by the slave station from a remote unit.
|
![]() |
IReadValue |
Interface used to read data from a frame received by the master station from a remote unit.
|
![]() |
IResponseValue |
Interface used to write data to frame to be sent by the slave station to a remote unit.
|
![]() |
IWriteValue |
Interface used to write data to the frame to be sent by the master station to a remote unit.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
AL_ReadData_Result |
Result of the data read operation returned by ReadData
|
![]() |
ProtocolALMessage..::..CheckResponseResult |
Result of the check if the frame is exactly what we are looking for.
|