Content.source; Content.source.eject; Content.source.logout - AMX NMX-MM-1000 Instruction Manual

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

Advertisement

NetLinx Commands (Cont.)

CONTENT.SOURCE

Assign/select a content
source to the content cursor.
CONTENT.SOURCE.
EJECT
Ejects a detachable content
source.
CONTENT.SOURCE.
LOGOUT
Log off the current content
source.
Instruction Manual - NMX-MM-1000 Enzo Meeting Presentation System
This source will be assigned as the current content source on the content cursor for
future queries.
Syntax:
SEND_COMMAND <DEV>, "'?CONTENT.SOURCE-<source-id>'"
Variable:
source-id = The content source to assign.
Example:
SEND_COMMAND <DEV>, "'CONTENT.SOURCE-usb'"
Response:
A confirmation event will be returned including the detailed properties of the newly
assigned content source.
CONTENT.SOURCE.CHANGED-<source-id>,
Note: If the requested path is not found or any other error is encountered while trying to
assign the content cursor path, the following error event notification will be broadcast.
CONTENT.SOURCE.ERROR-<error-message>,<requested-source-id>
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 = The content source to eject (optional)
Examples:
SEND_COMMAND <dev>,"'CONTENT.SOURCE.EJECT'"
SEND_COMMAND <dev>,"'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 notification 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.
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 = The content source to log out (optional)
Examples:
SEND_COMMAND <DEV>,"'CONTENT.SOURCE.LOGOUT'"
SEND_COMMAND <DEV>,"'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 notification 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.
<source-name>,
<source-root-path>,
<source-is-ready:true|false>
Programming
55

Advertisement

Table of Contents
loading

Table of Contents