VirtualBox Main API
Public Member Functions | List of all members
IPlatformARM Interface Reference

The ARM-specific platform properties for a virtual machine. More...

Inheritance diagram for IPlatformARM:

Public Member Functions

void getCPUProperty (in CPUPropertyTypeARM property, [retval] out boolean value)
 Returns the virtual CPU boolean value of the specified property.
 
void setCPUProperty (in CPUPropertyTypeARM property, in boolean value)
 Sets the virtual CPU boolean value of the specified property.
 

Detailed Description

The ARM-specific platform properties for a virtual machine.

Accessed via IMachine::platform and IPlatform::ARM.

Interface ID:
{002C75FE-3316-4920-AECE-7D21CE6F624B}

Member Function Documentation

◆ getCPUProperty()

void IPlatformARM::getCPUProperty ( in CPUPropertyTypeARM  property,
[retval] out boolean  value 
)

Returns the virtual CPU boolean value of the specified property.

Parameters
propertyProperty type to query.
valueProperty value.
Expected result codes:
E_INVALIDARGInvalid property.

◆ setCPUProperty()

void IPlatformARM::setCPUProperty ( in CPUPropertyTypeARM  property,
in boolean  value 
)

Sets the virtual CPU boolean value of the specified property.

Parameters
propertyProperty type to query.
valueProperty value.
Expected result codes:
E_INVALIDARGInvalid property.