Hi,
If you tried to defined "NO_IRDA" you will have 2 compilation errors (see below) because you still use the constructor SocketClientAdapter(IrDAClient cli) which doesn't exist when you define NO_IRDA.
Compiling errors:
- Net\ObexListener.cs(333,29,333,82): error CS1502: The best overloaded method match for 'Companion.Core.NetworkConnection.Bluetooth.Windows.Net.Sockets.SocketClientAdapter.SocketClientAdapter(Companion.Core.NetworkConnection.Bluetooth.Windows.Net.Sockets.BluetoothClient)' has some invalid arguments
- Net\ObexListener.cs(333,53,333,81): error CS1503: Argument 1: cannot convert from 'Companion.Core.NetworkConnection.Bluetooth.Windows.Net.Sockets.IrDAClient' to 'Companion.Core.NetworkConnection.Bluetooth.Windows.Net.Sockets.BluetoothClient'
If you tried to defined "NO_IRDA" you will have 2 compilation errors (see below) because you still use the constructor SocketClientAdapter(IrDAClient cli) which doesn't exist when you define NO_IRDA.
Compiling errors:
- Net\ObexListener.cs(333,29,333,82): error CS1502: The best overloaded method match for 'Companion.Core.NetworkConnection.Bluetooth.Windows.Net.Sockets.SocketClientAdapter.SocketClientAdapter(Companion.Core.NetworkConnection.Bluetooth.Windows.Net.Sockets.BluetoothClient)' has some invalid arguments
- Net\ObexListener.cs(333,53,333,81): error CS1503: Argument 1: cannot convert from 'Companion.Core.NetworkConnection.Bluetooth.Windows.Net.Sockets.IrDAClient' to 'Companion.Core.NetworkConnection.Bluetooth.Windows.Net.Sockets.BluetoothClient'