Please enable JavaScript.
Coggle requires JavaScript to display documents.
LSFreeIP (MS_DevRegionServer :star: (调用 (MS_StreamRelay, MS_P2PLink, MS…
LSFreeIP
-
MS_DevTcpGateWay :star:
-
RPC interface
-
int RPCTransMessage(Base::PlatformMsg sIn,out Base::CommonResponse sOut)
-
int RPCRebootDevice(string devicesn,out Base::CommonResponse sOut)
int RPCGetDeviceInfo(string devicesn,out Base::CommonResponse sOut)
int RPCStartDeviceLog(string devicesn,out Base::CommonResponse sOut)
int RPCCheckDevicePWD(string devicesn,out Base::CommonResponse sOut)
MS_LoginSever :star:
-
RPC interface
int RPCProcessLogin(Base::PlatformMsg sIn,out Base::CommonResponse sOut)
MS_MessageGate :star:
-
RPC interface
int RPCProcessMessage(Base::PlatformMsg sIn,out Base::CommonResponse sOut)
MS_MessageTrans :star:
-
RPC interface
int RPCProcessMessage(Base::PlatformMsg sIn,out Base::CommonResponse sOut)
-
MS_UserTcpGateWay :star:
-
RPC interface
int RPCTransMessage(Base::PlatformMsg sIn,out Base::CommonResponse sOut)
-
-
int RPCGetUserInfo(string username,out Base::CommonResponse sOut)
-
MS_P2PLink :star:
-
RPC interface
int RPCGetStunServerInfo(out string sIP,out unsigned short sPort)
-
int RPCGetEndPointInfo(out string sIP,out unsigned short sPort)
MS_RedisServer :star:
-
RPC interface
int RPCGetClientInfoService(GetClientInfoReq sIn,out GetClientInfoResp sOut);
int RPCSetClientInfoService(SetClientInfoReq sIn,out SetClientInfoResp sOut);
int RPCDelClientInfoService(DelClientInfoReq sIn,out DelClientInfoResp sOut);
MS_MysqlServer :star:
-
RPC interface
int RPCUpdateDevStatusService(UpdateDevStatusRequest sIn,out UpdateDevStatusResponse sOut)
int RPCCheckDevBindInfoService(CheckDevBindInfoReq sIn,out CheckDevBindInfoRsp sOut)
MS_MessageRouter :star:
-
RPC interface
int RPCPushMessage(Base::PlatformMsg sIn,out Base::CommonResponse sOut)