Manifest.manifestVersion Property¶
Module: Manifest
Type: int
Definition¶
The manifest version.
manifest_version: int
Exceptions
An error has occurred during Bioseal Library execution.
int get manifestVersion => getManifestVersion();
Exceptions
An error has occurred during Bioseal Library execution.
public int manifestVersion
{
get => GetmanifestVersion();
}
Exceptions
An error has occurred during Bioseal Library execution.
public int getManifestVersion() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var manifestVersion: Int
get {
return Int(try! getManifestVersion())
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealManifest_GetManifestVersion (ID3_BIOSEAL_MANIFEST hManifest, int * manifestVersion)
Returns