my_teams
events.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  event_t {
  EVT_LOGIN , EVT_DISCONNECT , EVT_LIST_USERS , EVT_SEND ,
  EVT_LIST_MESSAGES , EVT_SUBSCRIBE , EVT_LIST_SUBSCRIBED_IN_TEAM , EVT_LIST_SUBSCRIBED_TEAMS ,
  EVT_UNSUBSCRIBE , EVT_CREATE_TEAM , EVT_CREATE_CHANNEL , EVT_CREATE_THREAD ,
  EVT_CREATE_REPLY , EVT_LIST_TEAMS , EVT_LIST_CHANNELS , EVT_LIST_THREADS ,
  EVT_LIST_REPLIES , EVT_INFO_USER , EVT_INFO_TEAM , EVT_INFO_CHANNEL ,
  EVT_INFO_THREAD , EVT_PING , NB_EVT , EVT_MESSAGE_RECEIVE ,
  EVT_REPLY_CREATE , EVT_TEAM_CREATE , EVT_CHANNEL_CREATE , EVT_THREAD_CREATE ,
  EVT_CONTINUE , EVT_ERROR , EVT_ERROR_UNKNOWN , EVT_ERROR_UNKNOWN_TEAM ,
  EVT_ERROR_UNKNOWN_CHANNEL , EVT_ERROR_UNKNOWN_THREAD , EVT_ERROR_UNKNOWN_USER , EVT_ERROR_UNAUTHORIZED ,
  EVT_ERROR_ALREADY
}
 Type of events that can be send to the server. More...
 

Enumeration Type Documentation

◆ event_t

enum event_t

Type of events that can be send to the server.

Enumerator
EVT_LOGIN 
EVT_DISCONNECT 
EVT_LIST_USERS 
EVT_SEND 
EVT_LIST_MESSAGES 
EVT_SUBSCRIBE 
EVT_LIST_SUBSCRIBED_IN_TEAM 
EVT_LIST_SUBSCRIBED_TEAMS 
EVT_UNSUBSCRIBE 
EVT_CREATE_TEAM 
EVT_CREATE_CHANNEL 
EVT_CREATE_THREAD 
EVT_CREATE_REPLY 
EVT_LIST_TEAMS 
EVT_LIST_CHANNELS 
EVT_LIST_THREADS 
EVT_LIST_REPLIES 
EVT_INFO_USER 
EVT_INFO_TEAM 
EVT_INFO_CHANNEL 
EVT_INFO_THREAD 
EVT_PING 
NB_EVT 
EVT_MESSAGE_RECEIVE 
EVT_REPLY_CREATE 
EVT_TEAM_CREATE 
EVT_CHANNEL_CREATE 
EVT_THREAD_CREATE 
EVT_CONTINUE 
EVT_ERROR 
EVT_ERROR_UNKNOWN 
EVT_ERROR_UNKNOWN_TEAM 
EVT_ERROR_UNKNOWN_CHANNEL 
EVT_ERROR_UNKNOWN_THREAD 
EVT_ERROR_UNKNOWN_USER 
EVT_ERROR_UNAUTHORIZED 
EVT_ERROR_ALREADY