Hello everyone :)
I am writing a simple code that shows processor information of an AMT machine. I am using Manageability Stack v0.6.937.2
I can see everything except the processor family. When I look at library in object browser, I noticed that there is a type list named:
public ManageabilityStack.AmtHardwareProcessor.AtmProcessorType
is AtmProcessorType naming is correct? I think it should be AmtProcessorType? this is a simple question, I know, but is my opion is correct or not?
this naming makes my program not to show processor names, i think.. what about you? what dou you think about that?
and also samething was applied on
AmtHardwareProcessor.AtmProcessorStatus
AmtHardwareProcessor.AtmProcessorType
AmtHardwareProcessor.AtmProcessorUpgrade
all of "Atm" would be "Amt"??
Could you expand a little bit on the Manageability Stack, and where it came from? It's not ringing any bells for me, did it come from the vPro Expert Center? Or OpenAMT?
Edit: Ah okay, you're working with the DTK (I knew the name sounded familiar, but I'm used to hearing people mention DTK source first). Actually you would use AtmProcessorStatus, AtmProcessorType, and AtmProcessorUpgrade if you were to use the code as is. The actual class definition for AMTHardwareProcessor is in srcManageabilityStackAmtHardware.cs file in the DTK source code, you can get the source code for this library from the DTK download page. Just do a search for "Source" on here:
http://software.intel.com/en-us/articles/download-the-latest-version-of-manageability-developer-tool... , and you can get the code for the DTK.