ProtocolALMessage..::..CheckResponseFrame Method
Checks if the frame is exactly what we are looking for.
Namespace:
CAS.Lib.CommonBus.ApplicationLayerAssembly: CommServer.CommonBus (in CommServer.CommonBus.dll)
Syntax
public ProtocolALMessage..::..CheckResponseResult CheckResponseFrame( ProtocolALMessage txmsg )
Public Function CheckResponseFrame ( _ txmsg As ProtocolALMessage _ ) As ProtocolALMessage..::..CheckResponseResult
public: ProtocolALMessage..::..CheckResponseResult^ CheckResponseFrame( ProtocolALMessage^ txmsg )
Parameters
- txmsg
- Type: CAS.Lib.CommonBus.ApplicationLayer..::..ProtocolALMessage
Sent frame as request – we expect answer to this frame.