|
Control Surface API
2.2.2
|

Public Member Functions | |
| int | getHostApiVersion () |
| String | getHostVendor () |
| String | getHostProduct () |
| String | getHostVersion () |
| PlatformType | getPlatformType () |
| void | setErrorReportingEMail (String address) |
Defines the interface through which an extension can talk to the host application.
| int getHostApiVersion | ( | ) |
Returns the latest supported API version of the host application.
| String getHostProduct | ( | ) |
Returns the product name of the host application.
| String getHostVendor | ( | ) |
Returns the vendor of the host application.
| String getHostVersion | ( | ) |
Returns the version number of the host application.
| PlatformType getPlatformType | ( | ) |
The platform type that this host is running on.
| void setErrorReportingEMail | ( | String | address | ) |
Sets an email address to use for reporting errors found in this script.