Feedback

  • Contents
 

hrSWInstalled objects

hrSWInstalledLastChange

Type Access Description

TimeTicks

read-only

The value of sysUpTime when an entry in the hrSWInstalledTable was last added, renamed, or deleted. Because this table is likely to contain many entries, polling of this object allows a management station to determine when re-downloading of the table might be useful.

hrSWInstalledLastUpdateTime

Type Access Description

TimeTicks

read-only

The value of sysUpTime when the hrSWInstalledTable was last completely updated. Because caching of this data will be a popular implementation strategy, retrieval of this object allows a management station to obtain a guarantee that no data in this table is older than the indicated time.

hrSWInstalledTable

Type Access Description

N/A

not-accessible

The (conceptual) table of software installed on this host.

hrSWInstalledEntry

Type Access Description

N/A

not-accessible

A (conceptual) entry for a piece of software installed on this host.

As an example of how objects in this table are named, an instance of the hrSWInstalledName object might be named hrSWInstalledName.96

Each entry contains data for the following objects:

hrSWInstalledIndex

hrSWInstalledName

hrSWInstalledID

hrSWInstalledType

hrSWInstalledDate

hrSWInstalledIndex

Type Access Description

Integer32

read-only

A unique value for each piece of software installed on the host. This value shall be in the range from 1 to the number of pieces of software installed on the host.

hrSWInstalledName

Type Access Description

InternationalDisplayString

read-only

A textual description of this installed piece of software, including the manufacturer, revision, the name by which it is commonly known, and optionally, its serial number.

hrSWInstalledID

Type Access Description

ProductID

read-only

The product ID of this installed piece of software.

hrSWInstalledType

Type Access Description

Integer

read-only

The type of this software.

This object supports the following values:

1 = unknown

2 = operatingSystem

3 = deviceDriver

4 = application

hrSWInstalledDate

Type Access Description

DateAndTime

read-only

The last-modification date of this application as it would appear in a directory listing.

If this information is not known, then this variable shall have the value corresponding to January 1, year 0000, 00:00:00.0, which is encoded as (hex)'00 00 01 01 00 00 00 00'.