Manifest.loadFromString Method¶
Module: Manifest
Definition¶
Loads the manifest.
load_from_string(self, manifest_data: str) -> None
Parameters
manifest_data
strin The manifest data.
Exceptions
An error has occurred during Bioseal Library execution.
void loadFromString(String? manifestData)
Parameters
manifestData
Stringin The manifest data.
Exceptions
An error has occurred during Bioseal Library execution.
public void LoadFromString(string manifestData)
Parameters
manifestData
stringin The manifest data.
Exceptions
An error has occurred during Bioseal Library execution.
public void loadFromString(String manifestData) throws BiosealException
Parameters
manifestData
Stringin The manifest data.
Exceptions
An error has occurred during Bioseal Library execution.
public func loadFromString(manifestData: String) throws
Parameters
manifestData
Stringin The manifest data.
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealManifest_LoadFromString (
ID3_BIOSEAL_MANIFEST hManifest,
const char * manifestData)
Parameters
hManifest
ID3_BIOSEAL_MANIFESTin Handle to the Manifest object.manifestData
const char *in The manifest data.
Returns