예제 #1
0
 def dup(self):
     return BluetoothSocket(self._proto, sockfd=bt.dup(self._sockfd))
예제 #2
0
파일: msbt.py 프로젝트: EdwynZN/pybluez-1
 def dup (self):
     return BluetoothSocket (self._proto, sockfd=bt.dup (self._sockfd))