FaceLicense.activateBuffer Method¶
Module: FaceLicense
Definition¶
Retrieves a license file buffer using customer credentials and a product reference and returns the license in a data buffer.
static Uint8List activateBuffer(String? hardwareCode, String? login, String? password, String? productReference, String? commentary)
Parameters
hardwareCode Stringin The hardware code on which the license file will be attached, to be retrieved using the GetHostHardwareCode function.
login Stringin The customer login.
password Stringin The customer password.
productReference Stringin The requested product reference.
commentary Stringin Commentary associated to this license activation, generally the host name.
Returns
Uint8ListThe license data.
Exceptions
An error has occurred during Face Library execution.