Manifest.load Method

Module: Manifest

Definition

Loads the manifest.

load(self, manifest_data: bytearray) -> None

Parameters

manifest_data bytearray
in The manifest data.

Exceptions

An error has occurred during Bioseal Library execution.
void load(Uint8List? manifestData)

Parameters

manifestData Uint8List
in 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

in Handle to the Manifest object.

manifestData unsigned char *
in The manifest data.

manifestDataSize int
in Size of the ‘manifestData’ buffer.

Returns

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