Table of Contents

DefaultValue element

Specifies the default slow poll base.

Type

EnumTypePortSlowPollBase

Parent

SlowPollBase

Remarks

Contains on of the following predefined values.

  • number: the SlowPoll setting is a number of timeouts.
  • time: the SlowPoll setting is a duration (in ms).

Examples

<SlowPollBase>
  <DefaultValue>number</DefaultValue>
</SlowPollBase>
<SlowPollBase>
  <DefaultValue>time</DefaultValue>
</SlowPollBase>