CFG_CloseUserInitiatedConnection

CFG_CloseUserInitiatedConnection is sent by agent software to close a previously open connection.

CFG_CloseUserInitiatedConnection Request

typedef struct _CFG_CLOSE_USER_INITIATED_CONNECTION_REQUEST_REQUEST

{

      PTHI_MESSAGE_HEADER     Header;

} CFG_CLOSE_USER_INITIATED_CONNECTION_REQUEST_REQUEST;

 

 

Field

Description

Header.Version

Major and minor interface version.

Header.Reserved

0000h

Header.Command

04000045h

Header.Length

Message Length, excluding the message header.

CFG_CloseUserInitiatedConnection Response

typedef struct _CFG_CLOSE_USER_INITIATED_CONNECTION_REQUEST_RESPONSE

{

      PTHI_MESSAGE_HEADER     Header;

      AMT_STATUS              Status;

} CFG_CLOSE_USER_INITIATED_CONNECTION_REQUEST_RESPONSE;

 

 

Field

Description

Header.Version

Major and minor interface version.

Header.Reserved

0000h

Header.Command

04800045h

Header.Length

Message Length, excluding the message header.

Status

Indicates whether a close connection request has been accepted by Intel AMT or not.

CFG_CloseUserInitiatedConnection Status Codes

A status code that indicates the success or specific reason for failure of the operation is returned in the Status field of the response message. The following table lists the possible Status values.

Status

Description

AMT_STATUS_SUCCESS

Close connection request has been accepted.

AMT_STATUS_FAILURE

Close connection request has been refused.

AMT_STATUS_NOT_PERMITTED

Entity has no permission to close a connection.

AMT_STATUS_INVALID_MESSAGE_LENGTH

Length field of header is invalid.

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