Description

Used for Offline activation mode. On a computer with Internet access, it sends an update request prepared in advance using the CreateUpdateRequest method to the Guardant license activation server. 

To save the activation request, the function allocates memory. To free the allocated memory, call the GrdFreemethod.

Syntax

public unsafe Status SendUpdateRequest(byte[] updateRequest, 
									   out byte[] outResponse)

Parameters

updateRequest
Buffer with update request
outResponse
Return buffer with response from server

Return values

GRD_OK

GRD_NO_UPDATES_AVAILABLE

GRD_REQUEST_FAILED

GRD_GET_RESPONSE_FAILED

GRD_SERVER_NOT_FOUND

GRD_INCORRECT_RESPONSE_DATA

GRD_ACTIVATION_NOT_AVAILABLE

GRD_INVALID_PARAMETER


  • No labels