Ianet_settingmultiselection, Ianet_settingstring – Dell Intel PRO Family of Adapters User Manual

Page 32

Advertising
background image

Removing Instances

You cannot remove instances of this class.

Modifying Properties

The CurrentValue attribute is the only modifiable property of this class. Modify this property by using Put() to change the

value, then call PutInstance() to update the setting. The Providers will check that CurrentValue Є PossibleValues[]

Associations

Each IANet_SettingSlider instance is associated with an IANet_Configuration instance using an instance of

IANet_SettingContext.

Unsupported Attributes

SettingID is not used.

Methods

There are no supported methods on this class. To make changes to a setting, modify the required property and call

PutInstance.

Back to Top

IANet_SettingMultiSelection

Purpose

This class models a setting whereby you can select several options from a list of options. For IANet_SettingMultiSelection, it is

expected that the GUI will display multi-selection list box that will allow you to choose any (or no) option(s).

Instances

An instance of this class exists for each setting that will be displayed as a multi-selection.

Creating Instances

You cannot create instances of this class.

Removing Instances

You cannot remove instances of this class.

Modifying Properties

The CurrentValue attribute is the only modifiable property of this class. Modify this property by using Put() to change the

value, then use PutInstance() to update the setting. The Providers will check that CurrentValue Є PossibleValues[].

Associations

Each IANet_SettingMultiSelection instance is associated with an IANet_Configuration instance using an instance of

IANet_SettingContext.

Unsupported Attributes

SettingID is not used.

Methods

There are no supported methods for this class. To make changes to a setting, modify the required property and call

PutInstance.

Back to Top

IANet_SettingString

Purpose

This class models a setting whereby you can enter a free-form string value. For IANet_SettingMultiSelection, it is expected

that the GUI will display an edit box.

Instances

An instance of this class exists for each setting that will be displayed as an edit box.

Creating Instances

You cannot create instances of this class.

Removing Instances

You cannot remove instances of this class.

32

Advertising