2.16.
CLASS: HOST CPU
CHAPTER 2.
API REFERENCE
RPC name: get family
Overview:
Get the family field of the given host cpu.
Signature:
int get_family (session_id s, host_cpu ref self)
Arguments:
type
name
description
host cpu ref
self
reference to the object
Return Type:
int
value of the field
RPC name: get model
Overview:
Get the model field of the given host cpu.
Signature:
int get_model (session_id s, host_cpu ref self)
Arguments:
type
name
description
host cpu ref
self
reference to the object
Return Type:
int
value of the field
RPC name: get stepping
Overview:
Get the stepping field of the given host cpu.
Signature:
string get_stepping (session_id s, host_cpu ref self)
Arguments:
type
name
description
host cpu ref
self
reference to the object
Return Type:
string
value of the field
151