KVM_Start

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.

Function Header

int KVM_Start(

  unsigned short* port

);

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.

Function Return Status

Value

Description

0

The command finished successfully.

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