home *** CD-ROM | disk | FTP | other *** search
/ Intel Web Outfitter Tool Kit / IntelWeb_10.iso / English / CPUID / data1.cab / Netscape_Plugin / WebCPUinfo.class (.txt) < prev   
Encoding:
Java Class File  |  1999-03-04  |  568 b   |  28 lines

  1. import netscape.plugin.Plugin;
  2.  
  3. public class WebCPUinfo extends Plugin {
  4.    public native int GetProcessorVendorPart1();
  5.  
  6.    public native int GetProcessorVendorPart3();
  7.  
  8.    public native int GetProcessorFeatures();
  9.  
  10.    public native int GetProcessorFamily();
  11.  
  12.    public native int GetProcessorFrequency();
  13.  
  14.    public native int GetProcessorTFMS();
  15.  
  16.    public native int GetCpuidInformation(int var1, int var2);
  17.  
  18.    public native int GetProcessorType();
  19.  
  20.    public native int GetProcessorVendorPart2();
  21.  
  22.    public native int IsIntel();
  23.  
  24.    public native int GetProcessorStepping();
  25.  
  26.    public native int GetProcessorModel();
  27. }
  28.