Table of Contents

Value element

Using one or more Value elements, you can specify the different values that users are allowed to enter.

Type

EnumPortSettingsFlowControl

Parent

Flowcontrol

Remarks

  • The value specified in the DefaultValue tag does not have to be specified in a Value tag.
  • When no Value tags are specified, users will only be allowed to enter the value specified in the DefaultValue tag.
  • For SNMPv3 connections, this can be used to specify the possible encryption algorithms.

The following wildcards can be used:

  • *: A series of characters
  • ?: One single character

Examples

<Value>CTS_RTS</Value>
<Value>CTS_DTR</Value>