Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 612 Bytes

Protocol.PortSettings.SlowPollBase.DefaultValue.md

File metadata and controls

36 lines (24 loc) · 612 Bytes
uid
Protocol.PortSettings.SlowPollBase.DefaultValue

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>