Click or drag to resize

OutputConfigurationSetPacketsPerSecond Method

Sets the rate at which packets will be sent (packets per second), 0 = as fast as possible.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void SetPacketsPerSecond(
	int packetsPerSecond
)

Parameters

packetsPerSecond
Type: SystemInt32
The rate at which packets will be sent (packets per second), 0 = as fast as possible.
See Also