OutputConfiguration Methods |
The OutputConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetCompressionMode |
Get compression mode, this uses a mode ordinal in place of compressionEnabled and compressionHiRes.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLoadFactorySettings |
This method should not be relied upon to get the actual state of the device
|
![]() | GetOutputMode |
Get the output mode
|
![]() | GetOutputReport |
Gets the output report, currently reserved for future use
|
![]() | GetPacketsPerSecond |
Gets the rate at which packets will be sent. 0 = as fast as possible
|
![]() | GetSaveAsDefault |
This method should not be relied upon to get the state of the device
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsCompressionEnabled |
Gets whether or not compression is currently enabled.
|
![]() | IsCompressionHiRes |
Gets whether or not high resolution mode is enabled.
|
![]() | SetCompressionEnabled |
Sets whether or not compression is currently enabled.
|
![]() | SetCompressionHiRes |
Sets whether or not high resolution mode is enabled.
|
![]() | SetCompressionMode |
Set compression mode, this uses a mode ordinal in place of compressionEnabled and compressionHiRes.
|
![]() | SetLoadFactorySettings |
sets the load factory settings flag so that the device will reload all factory settings for output configuration
|
![]() | SetOutputMode |
Set the output mode
|
![]() | SetOutputReport |
Sets the output report, currently reserved for future use
|
![]() | SetPacketsPerSecond |
Sets the rate at which packets will be sent (packets per second), 0 = as fast as possible.
|
![]() | SetSaveAsDefault |
sets the save as default flag so that the device will save the output configuration.
|
![]() | ToString |
Prints this object as a human readable string.
(Overrides ObjectToString.) |