Bloxy.USBBluetoothAdapter.USBBluetoothAdapter C# (CSharp) Method

USBBluetoothAdapter() public method

public USBBluetoothAdapter ( ushort vendorId, ushort productId ) : System
vendorId ushort
productId ushort
return System
        public USBBluetoothAdapter(ushort vendorId, ushort productId)
        {
            _vendorId = vendorId;
              _productId = productId;

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