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

ProtocolALMessage..::..CheckResponseResult Enumeration

Result of the check if the frame is exactly what we are looking for.

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

Syntax


public enum CheckResponseResult
Public Enumeration CheckResponseResult
public enum class CheckResponseResult

Members


Member nameDescription
CR_OKOK
CR_CRCErrorCRC Error
CR_NAKNegative acknowledge.
CR_SynchErrorSynchronization error.
CR_IncompleteIncomplete frame.
CR_InvalidInvalid frame
CR_OtherStationAnswer is from unexpected station.