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