NDEVR
API Documentation
HardwareInformation

Contains information about a computer or device that is capable of running software typically with a CPU and memory. More...

Collaboration diagram for HardwareInformation:
[legend]

Public Attributes

uint04 active_processor_mask = Constant<uint04>::Invalid
 Bitmask of active processor cores.
bool is_valid = false
 Whether the hardware information was successfully retrieved.
String manufacturer
 Hardware manufacturer name.
uint08 memory_size = Constant<uint08>::Invalid
 Total physical memory size in bytes.
String model
 Hardware model name or number.
uint04 num_of_processors = Constant<uint04>::Invalid
 Number of logical processors in the system.
uint04 oem_id = Constant<uint04>::Invalid
 OEM identifier for the system.
uint04 page_size = Constant<uint04>::Invalid
 System memory page size in bytes.
uint04 processor_type = Constant<uint04>::Invalid
 Processor type identifier.
Buffer< VideoCardInformationvideo_card_information
 Information about all detected video cards.

Detailed Description

Contains information about a computer or device that is capable of running software typically with a CPU and memory.


Definition at line 128 of file ApplicationResource.h.


The documentation for this class was generated from the following file: