Identifies the value to return from XtfGetConsoleFieldValue.
typedef enum XtfConsoleFieldId
{
ToolsIpAddress,
ConsoleIPAddress,
AccessKey,
ConsoleId,
CertType,
HostName,
DeviceId,
SystemMajorVersion,
SystemMinorVersion,
SystemBuildVersion,
SystemRevisionVersion,
MaximumConsoleFieldId
} XtfConsoleFieldId;
| Constant | Description |
|---|---|
| ToolsIpAddress | Tools IP Address (IPV4 by default, IPV6 if an IPV6 only network). |
| ConsoleIPAddress | Console IP Address (IPV4 by default, IPV6 if an IPV6 only network). |
| AccessKey | Console Access Key |
| ConsoleId | Console ID |
| CertType | Devkit CertType, one of EraDevKit, SraDevKit, EraTestKit |
| HostName | Console Host Name |
| DeviceId | Console Device Id |
| SystemMajorVersion | System major version |
| SystemMinorVersion | System minor version |
| SystemBuildVersion | System build version |
| SystemRevisionVersion | System revision version |
| MaximumConsoleFieldId |
Header: Declared in xtfapi.h.
Library: Use xtfapi.lib.