Property BurstRate
| Edit this page View SourceBurstRate
Gets or sets the emulated burst rate - that is the frequency of each burst of messages. Defaults to 1 second (1hz).
Declaration
public TimeSpan BurstRate { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Remarks
Note that if the burst rate gets very high, while keeping a low EmulatedBaudRate, the stream will not be able to keep up the burstrate. For high-frequency bursts, make sure you have a corresponding high emualated baud rate.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | main, v3.0, v2.2, v2.1 |
.NET | main, v3.0 |
.NET Windows | main, v3.0 |
.NET Android | main, v3.0 |
.NET iOS | main, v3.0 |
.NET Framework | main, v3.0, v2.2, v2.1 |
UWP | main, v3.0, v2.2, v2.1 |
Xamarin.Android | v2.2, v2.1 |
Xamarin.iOS | v2.2, v2.1 |