CodeImp.Gluon.ObexBluetoothDevice.ObexBluetoothDevice C# (CSharp) 메소드

ObexBluetoothDevice() 공개 메소드

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