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

ALProtocol<(Of <(<'T_ALMessage>)>)> Class

Base implementation of the Application Layer Protocol

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

Syntax


public abstract class ALProtocol<T_ALMessage>
where T_ALMessage : ProtocolALMessage
Public MustInherit Class ALProtocol(Of T_ALMessage As ProtocolALMessage)
generic<typename T_ALMessage>
where T_ALMessage : ProtocolALMessage
public ref class ALProtocol abstract

Type Parameters

T_ALMessage
The type of the message that is used in communication through this protocol.

Inheritance Hierarchy


Object
  CAS.Lib.CommonBus.ApplicationLayer..::..ALProtocol<(Of <(<'T_ALMessage>)>)>