CodeImp.Gluon.ObexBluetoothDevice.ObexBluetoothDevice C# (CSharp) Method

ObexBluetoothDevice() public method

public ObexBluetoothDevice ( BluetoothDeviceInfo info ) : System
info BluetoothDeviceInfo
return System
        public ObexBluetoothDevice(BluetoothDeviceInfo info)
        {
            this.name = info.DeviceName;
            this.address = info.DeviceAddress;
        }