Exemplo n.º 1
0
 internal AcceptStateChangedEventArgs(BluetoothError result, BluetoothSocketState state, SocketConnection connection, BluetoothSocket server)
 {
     _result     = result;
     _state      = state;
     _connection = connection;
     _server     = (IBluetoothServerSocket)server;
 }
Exemplo n.º 2
0
 internal SocketConnectionStateChangedEventArgs(BluetoothError result, BluetoothSocketState state, SocketConnection connection)
 {
     _result     = result;
     _state      = state;
     _connection = connection;
 }