.. index:: 
  !Lotl.getUrl Method
  
.. _id3_bioseal_lotl_get_url_class_method:

===============================================================================
Lotl.getUrl Method
===============================================================================

Module: :ref:`Lotl<id3_bioseal_lotl_class>`

Definition
----------

Returns the URL to the TSL or the next LoTL.


.. code:: Dart

    String getUrl(Uint8List? lotlData, String? manifestId, String? iac)

**Parameters**

.. line-block::

    ``lotlData`` Uint8List
    :guilabel:`in` The LotL data.

    ``manifestId`` String
    :guilabel:`in` The Manifest ID in ISO 22385 format (hexadecimal string).

    ``iac`` String
    :guilabel:`in` The IAC (optional).


**Returns**

.. line-block::

    ``String``
    The TSL url.

**Exceptions**

.. line-block::

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



