This class stores information about a specific system type.
It is used to obtain the number of available hardware entities. See VIBSystem::GetSystemInfo() for example code.
Public Member Functions | |
| unsigned int | GetNumberEntities () const |
| Number of installed entities for the system type represented by the object. | |
| eSystemType | GetSystemType () const |
| Returns the type represented by this object. | |
|
inline |
Number of installed entities for the system type represented by the object.
See VIBSystem::GetSystemInfo() for an example.