예제 #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