Configuration method
The constructor for the Configuration class. This object is setup and then passed to the Eyes.SetConfiguration method before the call to the Eyes.Open method.
Syntax
Configuration config = new Configuration();
Parameters
This method does not take any parameters.Return value
- Type: Configuration
-
The value returned is the object that called the method.
This allows you to use a fluent style to call the
setXXXX
methods of the Configuration class.