Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::msg::protocol::service_messages Enumeration
C++
enum service_messages {
  INVALID_MESSAGE = 0,
  SERVER_FAILURE = 0x80000000,
  SERVER_SUCCESS = 0x40000000,
  SERVER_NEED_TIME = 0x20000000,
  CLIENT_LOAD_SERVICE = 1,
  CLIENT_UNLOAD_SERVICE,
  CLIENT_CONNECT,
  CLIENT_DISCONNECT,
  RU_ALIVE,
  IM_ALIVE,
  CLIENT_REGISTER_SERVICE,
  CLIENT_LIST_SERVICES,
  IM_TARDY
};
Members 
Description 
CLIENT_UNLOAD_SERVICE 
client no longer needs a service (unload msgbase) 
CLIENT_CONNECT 
new client wants to connect 
CLIENT_DISCONNECT 
client disconnects (no responce) 
RU_ALIVE 
server/client message to other requesting status 
IM_ALIVE 
server/client message to other responding status 
CLIENT_REGISTER_SERVICE 
client register service (name, serivces, callback table.) 
CLIENT_LIST_SERVICES 
client requests a list of services (optional param partial filter?) 
IM_TARDY 
Service needs more time, and passes back a millisecond delay-reset 

This is record sack::msg::protocol::service_messages.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!