Yamaha CS-700 Operation Manual page 77

Video sound collaboration system for huddle rooms
Hide thumbs Also See for CS-700:
Table of Contents

Advertisement

coreCliCmd
Description:
Send a CLI-format command to the device. Commands are listed in the section "USB/Telnet
CLI Commands".
Syntax:
EXPORT int __stdcall coreCliCmd(char *cmd, char* rsp, int len);
Parameters:
Parameter
Description
cmd
CLI command string (see API Command Reference)
rsp
Pointer to response string
len
Bytes available in response string
Return Values:
Value
Description
-1
General failure
0
Success
notifCtrl
Description:
Enable/disable notifications and register a callback function to handle CLI-format
notifications. The notifications are defined in the next section. Notifications are
automatically disabled if the device is disconnected.
Syntax:
EXPORT int __stdcall notifCliCtrl(int mode, void(*notif_callback)(char *msg));
Parameters:
Parameter
Description
mode
Enable/disable notifications
notif_callback
Pointer to callback function to handle CLI notification
Callback function parameter: Notification message string (see Command Reference)
msg
Return Values:
Value
Description
-1
General failure
0
Success
77

Advertisement

Table of Contents
loading

Table of Contents