Lotl.isTsl Property

Module: Lotl

Type: bool

Definition

True if the LoTL is a TLS.

is_tsl: bool

Exceptions

An error has occurred during Bioseal Library execution.
bool get isTsl => getIsTsl();

Exceptions

An error has occurred during Bioseal Library execution.
public bool isTsl
{
    get => GetisTsl();
}

Exceptions

An error has occurred during Bioseal Library execution.
public boolean getIsTsl() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var isTsl: Bool
    get {
        return try! getIsTsl()
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealLotl_GetIsTsl (ID3_BIOSEAL_LOTL hLotl, bool * isTsl)

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.