Yamaha CS-700 Operation Manual page 103

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 __cdecl coreCliCmd(char *cmd, char* rsp, int len);
Parameters:
Parameter
cmd
rsp
len
Return Values:
Value
-1
0
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 __cdecl notifCliCtrl(int mode, void(*notif_callback_t)(char *msg));
Parameters:
Parameter
mode
notif_callback_t
msg
Return Values:
Value
-1
0
Description
CLI command string (see API Command Reference)
Pointer to response string
Bytes available in response string
Description
General failure
Success
Description
Enable/disable notifications
Pointer to callback function to handle CLI notification
Callback function parameter: Notification message string
Description
General failure
Success
103

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents