Click or drag to resize

OutputConfiguration Methods

The OutputConfiguration type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetCompressionMode
Get compression mode, this uses a mode ordinal in place of compressionEnabled and compressionHiRes.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLoadFactorySettings
This method should not be relied upon to get the actual state of the device
Public methodGetOutputMode
Get the output mode
Public methodGetOutputReport
Gets the output report, currently reserved for future use
Public methodGetPacketsPerSecond
Gets the rate at which packets will be sent. 0 = as fast as possible
Public methodGetSaveAsDefault
This method should not be relied upon to get the state of the device
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsCompressionEnabled
Gets whether or not compression is currently enabled.
Public methodIsCompressionHiRes
Gets whether or not high resolution mode is enabled.
Public methodSetCompressionEnabled
Sets whether or not compression is currently enabled.
Public methodSetCompressionHiRes
Sets whether or not high resolution mode is enabled.
Public methodSetCompressionMode
Set compression mode, this uses a mode ordinal in place of compressionEnabled and compressionHiRes.
Public methodSetLoadFactorySettings
sets the load factory settings flag so that the device will reload all factory settings for output configuration
Public methodSetOutputMode
Set the output mode
Public methodSetOutputReport
Sets the output report, currently reserved for future use
Public methodSetPacketsPerSecond
Sets the rate at which packets will be sent (packets per second), 0 = as fast as possible.
Public methodSetSaveAsDefault
sets the save as default flag so that the device will save the output configuration.
Public methodToString
Prints this object as a human readable string.
(Overrides ObjectToString.)
Top
See Also