KVM_StartEx

This function starts the listening of the proxy to a specified port. Calling this function with a non-zero port causes the library to listen on the specified port.

When a connection is made on that port, it will use a cipher suite for security. The bit size of the cipher suite will depend on the expected version of AMT.

This function was introduced in Intel AMT version 12.0.

Function Header

int KVM_Start(

  unsigned short* port,

  const char* amt_version

);

Function Parameters

Field

Input/Output

Value or Description

port

Input/Output

Calling this function with a port equal to 0 causes the library to randomly choose a free port and then listen on the chosen port. The selected port is returned in the port parameter.

amt_version

Input

A string indicating the expected version of AMT, in the format “x.y.z”. Example: “12.0.0”.

Function Return Status

Value

Description

0

The command finished successfully.

 

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