.. index:: 
  !BiosealLicense.reactivateBuffer Method
  
.. _id3_bioseal_bioseal_license_reactivate_buffer_class_method:

===============================================================================
BiosealLicense.reactivateBuffer Method
===============================================================================

Module: :ref:`BiosealLicense<id3_bioseal_bioseal_license_class>`

Definition
----------

Reactivates a license in a data buffer using the host hardware code and the product reference.


.. code:: Dart

    static Uint8List reactivateBuffer(String? hardwareCode, String? productReference)

**Parameters**

.. line-block::

    ``hardwareCode`` String
    :guilabel:`in` The hardware code on which the license file will be attached, to be retrieved using the GetHostHardwareCode function.

    ``productReference`` String
    :guilabel:`in` The product reference.


**Returns**

.. line-block::

    ``Uint8List``
    The new license data buffer.

**Exceptions**

.. line-block::

    :ref:`BiosealException<id3_bioseal_bioseal_exception>`
    An error has occurred during Bioseal Library execution.



