Пример #1
0
 def _new_address(self, client, port):
     addr = S.snd_seq_addr_t()
     addr.client = int(client)
     addr.port = int(port)
     return addr
Пример #2
0
 def _my_address(self):
     addr = S.snd_seq_addr_t()
     addr.client = self.client_id
     addr.port = self.port
     return addr
Пример #3
0
 def _new_address(self, client, port):
     addr = S.snd_seq_addr_t()
     addr.client = int(client)
     addr.port = int(port)
     return addr
Пример #4
0
 def _my_address(self):
     addr = S.snd_seq_addr_t()
     addr.client = self.client_id
     addr.port = self.port
     return addr
Пример #5
0
 def _new_address(self, client, port):
     addr = S.snd_seq_addr_t()
     addr.client = client
     addr.port = port
     return addr
Пример #6
0
 def _new_address(self, client, port):
     addr = S.snd_seq_addr_t()
     addr.client = client
     addr.port = port
     return addr