The information in this topic may be out of date. The current SDK reference guide has moved here.
setDeviceInfo method
Set the name of the device being rendered on the Ultrafast Grid.
Syntax
Configuration configval = config.setDeviceInfo(deviceInfo);
Parameters
- deviceInfo
- Type:String
- The name of the device - this is displayed in the Device column in the Test Manager.
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.