Description

Checks for the license updates.

Syntax

int GRD_API GrdLicenseCheckUpdateIsAvailable(grd_uint32 licenseId, 
											 const char* host, 
											 grd_uint32 port);

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