Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.

What code I should write to check AMT machine?

amit_kulkarni83
New Contributor I
319 Views

Hi All,

Please tell me What code I should write to check AMT. We are trying to give AMT support in our existing product, for that we are adding code in to our existing code and we want a check that will tell us the machine on which code is running have AMT support or not.

e.g.

if (IsAMTPresent())

{

//code for AMT support

}

I want to write IsAMTPresent() function.

I also want to know the version of the AMT on that machine.

Thanks & Regards,

Amit.

0 Kudos
1 Reply
Sreelekshm_S_Intel
319 Views

Hi,

You can use the APIs in the GeneralInfo realm for getting info about your AMT system. The GeneralInfo section in the network interface guide in the SDK clearly mentions the API's available and the description. In your case, you need to use GetCoreVersion API. A string is returned if the AMT exists on the system. More details about the format of the string can be found in the network interface guide.

Please make sure that the HECI/LMS are installed when using this API.

Thanks,

Sree

0 Kudos
Reply