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

Compare with Current View Page History

« Previous Version 2 Next »

Description

Returns the current time value for the key's internal timer.internal timer The following Guardant key models are supported:

  • Guardant Sign
  • Guardant Time
  • Guardant DL

If a virtual timer has not been added to the Guardant Sign key, calling this function will return the GRD_NO_SERVICE error.

Syntax

1
2

int GRD_API GrdFeatureGetTimeLimit(GrdHandle handle,
                                   grd_time_t* realTime);

Parameters

handle
Session handle
realTime

Pointer to the return value of the running time in time_t format

Return values

GRD_OK

GRD_INVALID_HANDLE

GRD_INVALID_FEATURE

GRD_NO_SERVICE

  • No labels