Identifies the Devkit Certificate type installed on this Devkit.
typedef enum XtfConsoleCertType
{
NoCert,
EraDevKit,
SraDevKit,
EraTestKit,
Other1
} XtfConsoleCertType;
| Constant | Description |
|---|---|
| NoCert | No Cert present - this value should never be returned. The API requires the presence of a Devkit cert to function. |
| EraDevKit | The Devkit is an ERA Devkit. |
| SraDevKit | The Devkit is an SRA Devkit. |
| EraTestKit | The Devkit is an ERA Testkit. |
| Other1 | The Devkit has an unknown cert type. |
Header: Declared in xtfapi.h.
Library: Use xtfapi.lib.