Click or drag to resize

OutputConfiguration Constructor (Int64, UInt32, UInt32, Int32, Boolean, Boolean)

Initializes a new instance of the OutputConfiguration class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public OutputConfiguration(
	long outputReport,
	uint outputMode,
	uint compressionMode,
	int packetsPerSecond,
	bool saveAsDefault,
	bool loadFactorySettings
)

Parameters

outputReport
Type: SystemInt64
reserved for future use
outputMode
Type: SystemUInt32
when to start sending coordinate data
compressionMode
Type: SystemUInt32
Compression mode to use (if any).
packetsPerSecond
Type: SystemInt32
The number of packets per second allowed. Set to 0 for as fast as possible.
saveAsDefault
Type: SystemBoolean
Whether or not to save this as the default.
loadFactorySettings
Type: SystemBoolean
Whether or not to load factory settings.
See Also