datacommsserver/esockserver/inc/ss_nodeinterfaces.h
changeset 22 592244873960
parent 0 dfb7c4ff071f
equal deleted inserted replaced
5:68ef71f0cd72 22:592244873960
    91         EJoining                 = 0x00000100,//The client has been prepared to be added and awaiting TApply to be formally joined.
    91         EJoining                 = 0x00000100,//The client has been prepared to be added and awaiting TApply to be formally joined.
    92         EActivating              = 0x00000200,//Given away at least one handle to this client and awaiting response(s).
    92         EActivating              = 0x00000200,//Given away at least one handle to this client and awaiting response(s).
    93 		EActive                  = 0x00000400,//Given away handle to this client and got a response, i.e.: assuming somebody bound to the client until
    93 		EActive                  = 0x00000400,//Given away handle to this client and got a response, i.e.: assuming somebody bound to the client until
    94 		                                      //the client reports idle. (cleared by TDataClientIdle).
    94 		                                      //the client reports idle. (cleared by TDataClientIdle).
    95 		EStarting                = 0x00000800,//
    95 		EStarting                = 0x00000800,//
    96 		EStarted                 = 0x00001000,//The client has sent TStarted (cleared by TStopped).
    96 		EStarted                 = 0x00001000,//The client has sent TStarted .
    97 
    97 		EStopping                = 0x00002000,//Stop Data Cients (cleared by TStopped)
    98 		/**
    98 		/**
    99 		   Internal, not to be used by partners
    99 		   Internal, not to be used by partners
   100 		   
   100 		   
   101 		   @internalComponent
   101 		   @internalComponent
   102 		*/
   102 		*/