Lotl.isTsl Property¶
Module: Lotl
Type: bool
Definition¶
True if the LoTL is a TLS.
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