Manifest.manifestId Property

Module: Manifest

Type: int

Definition

The manifest ID in ISO 22385 format.

manifest_id: int

Exceptions

An error has occurred during Bioseal Library execution.
int get manifestId => getManifestId();

Exceptions

An error has occurred during Bioseal Library execution.
public int manifestId
{
    get => GetmanifestId();
}

Exceptions

An error has occurred during Bioseal Library execution.
public int getManifestId() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var manifestId: Int
    get {
        return Int(try! getManifestId())
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealManifest_GetManifestId (ID3_BIOSEAL_MANIFEST hManifest, int * manifestId)

Returns

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