These enumerated values are defined to represent the client types. Each client has a type (according to its capabilities), which must be explicitly provided to the library when the client is first added.
typedef enum {
CLI_TCP = 1,
CLI_TLS = 2,
CLI_TLS_256 = 3,
} ClientType;
Field |
Value or Description |
CLI_TCP |
An Intel AMT (non-secure) client |
CLI_TLS |
An Intel AMT secure client |
CLI_TLS_256 |
An Intel AMT secure client using a 256-bit cipher suite. Only supported when connecting to Intel AMT version 12.0 or higher. |
Copyright © 2006-2022, Intel Corporation. All rights reserved. |