Hello Babbu,

    Look at that function...

  if FtrGet(sysFtrCreator, sysFtrNumProcessorID, Value) = 0 then
    case Value and sysFtrNumProcessorMask of
      sysFtrNumProcessor328:       Msg = 'Motorola 68328 (Dragonball)';
      sysFtrNumProcessorEZ:        Msg = 'Motorola 68EZ328 (DragonBall EZ)';
      sysFtrNumProcessorVZ:        Msg = 'Motorola 68VZ328 (Dragonball VZ)';
      sysFtrNumProcessorSuperVZ:   Msg = 'Motorola 68SZ328 (Dragonball SuperVZ)';
      sysFtrNumProcessorARM720T:   Msg = 'ARM 720T';
      sysFtrNumProcessorARM7TDMI:  Msg = 'ARM 7TDMI';
      sysFtrNumProcessorARM920T:   Msg = 'ARM 920T';
      sysFtrNumProcessorARM922T:   Msg = 'ARM 922T';
      sysFtrNumProcessorARM925:    Msg = 'ARM 925';
      sysFtrNumProcessorStrongARM: Msg = 'StrongARM';
      sysFtrNumProcessorXscale:    Msg = 'Xscale';
      sysFtrNumProcessorARM710A:   Msg = 'ARM 710A';
      sysFtrNumProcessorARM925T:   Msg = 'ARM 925T';
      sysFtrNumProcessorx86:       Msg = 'Intel CPU (Palm Simulator)';
    end;


Regis

babbu cathy wrote:
hi all,

I like to display the device processor name and speed,
how to get programmatically the processor name and
speed used in treo600 and treo650 device?

can anyone help me if you have experience with this?

cathy.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

  

--
For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to