The information in this topic may be out of date. The current SDK reference guide has moved here.
Configuration method
The constructor for the Configuration class. This object isset upand 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.