Manifest.load Method¶
Module: Manifest
Definition¶
Loads the manifest.
load(self, manifest_data: bytearray) -> None
Parameters
manifest_data
bytearrayin The manifest data.
Exceptions
An error has occurred during Bioseal Library execution.
void load(Uint8List? manifestData)
Parameters
manifestData
Uint8Listin The manifest data.
Exceptions
An error has occurred during Bioseal Library execution.
public void Load(byte[] manifestData)
Parameters
manifestData
byte[]in The manifest data.
Exceptions
An error has occurred during Bioseal Library execution.
public void load(byte[] manifestData) throws BiosealException
Parameters
manifestData
byte[]in The manifest data.
Exceptions
An error has occurred during Bioseal Library execution.
public func load(manifestData: [UInt8]) throws
Parameters
manifestData
[UInt8]in The manifest data.
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealManifest_Load (
ID3_BIOSEAL_MANIFEST hManifest,
unsigned char * manifestData,
int manifestDataSize)
Parameters
hManifest
ID3_BIOSEAL_MANIFESTin Handle to the Manifest object.manifestData
unsigned char *in The manifest data.manifestDataSize
intin Size of the ‘manifestData’ buffer.
Returns