An application can check if a specific Intel AMT platform is connected to the MPS using the IsMachineConnected Command.
This function checks whether a given Intel AMT platform is currently connected to the MPS.
Header
void IsMachineConnected (
[in] string Name
[out] bool IsConnected
);
Parameters
Parameter |
Description |
Name |
Name of an Intel AMT platform to test whether it is currently connected to the MPS, in the form of FQDN:port. For example, plat01.marketing.west.yourcompany.com:16992. |
IsConnected |
The required IsConnected element returns true if the specified platform is currently connected to the MPS, and false otherwise. |
Copyright © 2006-2022, Intel Corporation. All rights reserved. |