OutputConfiguration Constructor (Int64, UInt32, UInt32, Int32, Boolean, Boolean) | 
  
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic OutputConfiguration(
	long outputReport,
	uint outputMode,
	uint compressionMode,
	int packetsPerSecond,
	bool saveAsDefault,
	bool loadFactorySettings
)
Public Sub New ( 
	outputReport As Long,
	outputMode As UInteger,
	compressionMode As UInteger,
	packetsPerSecond As Integer,
	saveAsDefault As Boolean,
	loadFactorySettings As Boolean
)
public:
OutputConfiguration(
	long long outputReport, 
	unsigned int outputMode, 
	unsigned int compressionMode, 
	int packetsPerSecond, 
	bool saveAsDefault, 
	bool loadFactorySettings
)
new : 
        outputReport : int64 * 
        outputMode : uint32 * 
        compressionMode : uint32 * 
        packetsPerSecond : int * 
        saveAsDefault : bool * 
        loadFactorySettings : bool -> OutputConfigurationParameters
- 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