Collects information about a specific system type
This object is returned by VIBSystem::GetSystemInfo().
◆ SystemInfo() [1/2]
Creates an instance of SystemInfo.
- Parameters
-
Type | Type of system. |
Number | Number of entities of the system. |
◆ SystemInfo() [2/2]
VIB_NET::SystemInfo::SystemInfo |
( |
SystemInfo ^ |
Obj | ) |
|
Creates an copy of a SystemInfo.
- Parameters
-
◆ CompareTo()
Compares two instances of SystemInfo.
- Parameters
-
otherSystem | Another instance of SystemInfo |
- Returns
- 0: types of both instances are equal.
-1: type of the main instance is lower than the type of the other instance.
1: type of the main instance is higher than the type of the other instance.
◆ Equals()
Test two instances of SystemInfo on equality.
- Parameters
-
otherSystem | Another instance of SystemInfo |
- Returns
- true: types of both instances are equal.
false: types of both instances are different.
◆ NumberOfEntities
VIB_NET::SystemInfo::NumberOfEntities |
|
get |
Contains the number of installed entities for the system type represented by the object
- Note
- USB hardware can be unplugged after the PC has started, but the library holds the system index constant. For this reason, the returned number can contain unavailable devices.
◆ Type
VIB_NET::SystemInfo::Type |
|
get |
Return the system type.
- Returns
- Type of system.