Bloxy.USBBluetoothAdapter.USBBluetoothAdapter C# (CSharp) Метод

USBBluetoothAdapter() публичный Метод

public USBBluetoothAdapter ( ushort vendorId, ushort productId ) : System
vendorId ushort
productId ushort
Результат System
        public USBBluetoothAdapter(ushort vendorId, ushort productId)
        {
            _vendorId = vendorId;
              _productId = productId;

              _commandData = new Dictionary<Opcode, object>();
              _completedCommands = new List<Opcode>();
        }