Yamaha CS-700 Integrators Reference Guide
19
error.
filepath
Callback function parameter: Returned name of downloaded config file.
Return Values:
Value
Description
-1
General failure
0
Success
exportConfig
Description:
Export the CS-700 configuration settings to an XML file on the host.
Syntax:
EXPORT int __cdecl exportConfig(char *filepath,
void(*export_config_callback_t)(int nPercent, char *filepath));
Parameters:
Parameter
Description
filepath
Directory on host to which the config file will be saved
export_config_
callback_t
Pointer to callback function to handle export progress notifications
nPercent
Callback function parameter: Percent completion. A value of -1 indicates an
export error.
filepath
Callback function parameter: Returned name of downloaded config file.
Return Values:
Value
Description
-1
General failure
0
Success
5
API Command Reference
This section describes the API commands and notifications that can be transmitted between a device and host
using the IP telnet interface and the library interface defined in section 3 and section 4 above.
5.1
Overview
The API is organized by functional Category, such as Audio and Camera, and within each category are listed the
properties, status items and commands that are available for that category. Notifications are identified with their
corresponding property or status item.