Read only
About Help, About PNA

CpuRevision Property


Description

Returns a number that corresponds to the CPU speed of the PNA.

 VB Syntax

value = cap.CpuRevision

Variable

(Type) - Description

value

(String) - Variable to store the returned number. Use the following table to learn the CPU speed.

Reported CPU version  - Clock speed

1.0 - 266 MHz

2.0 - 500 MHz

3.0 - 1100 MHz

4.0 - 1600 MHz

5.0 - 2000 MHz

6.0 - 2000 MHz dual core.

cap

A Capabilities (object)

Return Type

String

Default

Not Applicable

Examples

value = cap.CpuRevision 'Read

C++ Syntax

HRESULT get_CpuRevision(BSTR *value);

Interface

ICapabilities6


Last Modified:

5-Jan-2012

Added 6.0 dual core

30-Nov-2009

MX New topic