Open

This type is a callback to an application that will open a socket to the Intel AMT platform and connect to it. The function returns a 0 for success and 1 for a failure.

typedef int (*Open)   (unsigned int clientID, unsigned int connID)

 

Parameter

Input/Output

Description

clientID

Input

Identifies the specific Intel AMT platform.

connID

Input

A handle used to identify the specific connection. Used in all subsequent callbacks to identify the connection.

Copyright © 2006-2022, Intel Corporation. All rights reserved.