CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CLCm_TransportProtocol.h File Reference
#include "CLCm_Message.h"
#include "CLCm_Transport.h"

Go to the source code of this file.

Enumerations

enum  CLTP_ErrorCode {
  CLTP_ErrorCode_Success = 0, CLTP_ErrorCode_BadParamameter, CLTP_ErrorCode_TransportWriteError, CLTP_ErrorCode_TransportCantWriteAllDatas,
  CLTP_ErrorCode_InitParamsAckTimedOut, CLTP_ErrorCode_FrameBadRouting, CLTP_ErrorCode_CLTPFrameSizeTooLong, CLTP_ErrorCode_CLTPFrameSizeTooShort,
  CLTP_ErrorCode_FrameParsingError
}
 Transport protocol: error codes. More...
 
enum  CLTP_ResetCode {
  CLTP_ResetCode_ServerConnectionLost = 0, CLTP_ResetCode_KeepAlive, CLTP_ResetCode_PeerAskResetState, CLTP_ResetCode_ClientReconnection,
  CLTP_ResetCode_StateMismatch
}
 Transport protocol: reset codes TPCS: Transport Protocol Client Side TPSS: Transport Protocol Server Side. More...