AMX NMX-MM-1000 Programming Manual page 27

Enzo meeting presentation system
Hide thumbs Also See for NMX-MM-1000:
Table of Contents

Advertisement

NetLinx Commands
CONTENT.SOURCE.
EJECT
CONTENT.SOURCE.
LOGOUT
?CONTENT.SOURCE
Programmers Guide - NMX-MM-1000 Enzo Meeting Presentation System
Description
Ejects a detachable content source. If an explicit content source ID is not provided in the request
command, the current selected source on the content cursor is used.
Syntax:
SEND_COMMAND <DEV>,"'CONTENT.SOURCE.EJECT-<source-id>'"
Variables:
source-id = (optional) The content source to eject (optional)
Examples:
SEND_COMMAND 10005:0:1,"'CONTENT.SOURCE.EJECT'"
SEND_COMMAND 10005:0:1,"'CONTENT.SOURCE.EJECT-usb'"
Responses:
CONTENT.SOURCE.EJECTED-<source-id>
Note: If the requested source is not found or if another error occurs, then the following error event
notif ication will be broadcast.
CONTENT.SOURCE.EJECT.ERROR-<error-message>,<requested-source-id>
Note: If the affected source was the current selected source, then the CONTENT.SOURCE event
may also be broadcast.
Log off the current content source. If an explicit content source ID is not provided in the request
command, the current selected source on the content cursor is used.
Syntax:
SEND_COMMAND <DEV>, "'CONTENT.SOURCE.LOGOUT-<source-id>'"
Variables:
source-id = (optional) The content source to log out (optional)
Examples:
SEND_COMMAND 10005:0:1,"'CONTENT.SOURCE.LOGOUT'"
SEND_COMMAND 10005:0:1,"'CONTENT.SOURCE.LOGOUT-dropbox'"
Responses:
CONTENT.SOURCE.LOGOUT-<source-id>
Note: If the requested source is not found or if another error occurs, then the following error event
notif ication will be broadcast.
CONTENT.SOURCE.LOGOUT.ERROR-<error-message>,<requested-source-id>
Note: If the affected source was the current selected source, then the CONTENT.SOURCE event
may also be broadcast.
Retrieve detailed properties of a content source. If an explicit content source ID is not provided in the
request command, the current selected source on the content cursor is used.
Syntax:
SEND_COMMAND <DEV>, "'?CONTENT.SOURCE-<source-id>'"
Variable:
source-id = (optional) The content source from which to query properties (optional)
Examples:
SEND_COMMAND 10005:0:1,"'?CONTENT.SOURCE'"
SEND_COMMAND 10005:0:1,"'?CONTENT.SOURCE-usb'"
Response:
CONTENT.SOURCE-<source-id>,
<source-name>,
<source-root-path>,
<source-is-ready:true|false>
Note: If the requested source is not found or if another error occurs, then the following error event
notif ication will be broadcast.
CONTENT.SOURCE.ERROR-<error-message>,<requested-source-id>
NetLinx Programming
Continued 
22

Advertisement

Table of Contents
loading

Table of Contents