Description

Checks for the Guardant DL software license updates.

Syntax

function GrdLicenseCheckUpdateIsAvailable(
  licenseId: grd_uint32;
  host: PAnsiChar;
  port: grd_uint32): Integer; stdcall;

Parameters

licenseId
Unique identifier of a previously activated license
host
Pointer to a string buffer containing the address of the Guardant license activation server
port
Guardant license activation server port

Return values

GRD_OK

GRD_LICENSE_NOT_ACTIVATED

GRD_NO_UPDATES_AVAILABLE

GRD_INVALID_LICENSE

GRD_GET_HARDWARE_ID_ERROR

GRD_NOT_ENOUGH_HARWARE_TO_BIND

GRD_ACTIVATION_ON_VM_FORBIDDEN

GRD_REQUEST_FAILED

GRD_GET_RESPONSE_FAILED

GRD_SERVER_NOT_FOUND

GRD_INCORRECT_RESPONSE_DATA

GRD_ACTIVATION_NOT_AVAILABLE

GRD_INVALID_PARAMETER

  • No labels