You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

General-purpose Guardant API functions

General-purpose functions allow implementing service operations related to initialization, setup and deinitialization of Guardant API as well as performing the main operations with dongles:

    •  Search for a dongle meeting specified search criteria
    • Initialize the dongle memory
    • Read data from dongle memory
    • Write data into dongle memory
    • Set read/write locks on dongle memory
    • Encrypt information using dongle hardware algorithms

List of general-purpose Guardant API functions:

Name of functionAccess codeShort description
GrdStartupNoneInitialize Guardant API
GrdStartupExNoneInitialize a Guardant API copy with indicating path to GnClient.ini
GrdCleanupNoneDeinitializes Guardant API
GrdDllMainNoneInitializes network functions to be used in DLL
GrdGetLastErrorNoneRetrieves information on the last error from the secured container
GrdFormatMessageNoneConverts the error code into a text message
GrdGetInfoNoneRetrieves information from the secured container
GrdIsValidHandleNoneChecks validity of the secured container handle
GrdCreateHandleNoneCreates the secured container handle
GrdCloseHandleNoneCloses the secured container handle
GrdSetAccessCodesPublic and Read required, others - on demandPlaces access codes into the secured container
GrdSetWorkMode  
GrdSetFindMode  
GrdFind  
GrdLogin  
GrdLogout  
GrdLock  
GrdUnlock  
GrdCheck  
GrdDecGP  
GrdRead  
   
   
   
   
   
   

 

 

 

 

 

  • No labels