Manifest.loadFromString Method

Module: Manifest

Definition

Loads the manifest.

load_from_string(self, manifest_data: str) -> None

Parameters

manifest_data str
in The manifest data.

Exceptions

An error has occurred during Bioseal Library execution.
void loadFromString(String? manifestData)

Parameters

manifestData String
in The manifest data.

Exceptions

An error has occurred during Bioseal Library execution.
public void LoadFromString(string manifestData)

Parameters

manifestData string
in The manifest data.

Exceptions

An error has occurred during Bioseal Library execution.
public void loadFromString(String manifestData) throws BiosealException

Parameters

manifestData String
in The manifest data.

Exceptions

An error has occurred during Bioseal Library execution.
public func loadFromString(manifestData: String) throws

Parameters

manifestData String
in The manifest data.

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealManifest_LoadFromString (
    ID3_BIOSEAL_MANIFEST hManifest,
    const char * manifestData)

Parameters

in Handle to the Manifest object.

manifestData const char *
in The manifest data.

Returns

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