コード例 #1
0
ファイル: SpecServer.py プロジェクト: ddale/xpaxs-legacy
 def send_hello_reply(self, replyID, serverName):
     self.sendq.append(SpecMessage.msg_hello_reply(replyID, serverName, version = self.clientVersion, order=self.clientOrder))
コード例 #2
0
ファイル: SpecServer.py プロジェクト: zhangdongzhou/PX2_tools
 def send_hello_reply(self, replyID, serverName):
     self.sendq.append(
         SpecMessage.msg_hello_reply(replyID,
                                     serverName,
                                     version=self.clientVersion,
                                     order=self.clientOrder))
コード例 #3
0
 def send_hello_reply(self, reply_id, serverName):
     self.sendq.append(SpecMessage.msg_hello_reply(reply_id, serverName, \
             version = self.client_version, order=self.client_order))