Beispiel #1
0
 //----
 internal SocketConnectProcess(IUsesBluetoothConnectorImplementsServiceLookup parent, Socket sock)
     : base(parent)
 {
     m_sock = sock;
 }
Beispiel #2
0
 //----
 internal BluetoothConnector(IUsesBluetoothConnectorImplementsServiceLookup parent)
 {
     _parent = parent;
 }
 //----
 internal BluetoothRfcommStreamConnector(IUsesBluetoothConnectorImplementsServiceLookup parent, CommonRfcommStream conn)
     : base(parent)
 {
     m_conn = conn;
 }