Content.sources; Content.sources.count; Down; Enter - AMX NMX-MM-1000 Instruction Manual

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

Advertisement

Programming
NetLinx Commands (Cont.)

?CONTENT.SOURCES

Retrieve a listing of enabled
content sources.
?CONTENT.SOURCES.
COUNT
Retrieve number of available
content source records.

DOWN

Issues an ARROW-DOWN
keystroke to the active app.

ENTER

Issues a ENTER keystroke
to the active app.

EXIT

Ends the current session.

FFWD

Issues a FAST FORWARD
command to the active app.

HOME

Issues the HOME command
to the operating system.
56
Syntax:
SEND_COMMAND <dev>,"'CONTENT.SOURCES-<start-index>,<records-
count>'"
Variables:
start-index (optional) = The starting record to return in the results response. If not
provided, the result set will start with the first index. (index is one-based; not
zero-based) If the starting index is greater than the total available records, then no
records will be returned in the response.
records-count (optional) = The number of records to return in the results response. If
not provided, the result set will include all records to the end of the result set. (If the
requested record count is greater than the total available records remaining, then only
the available records to the end of the listing will be returned in the response.)
Examples:
SEND_COMMAND <DEV>,"'?CONTENT.SOURCES'"
SEND_COMMAND <DEV>,"'?CONTENT.SOURCES-2'"
SEND_COMMAND <DEV>,"'?CONTENT.SOURCES-2,5'"
Responses:
CONTENT.SOURCES.RECORD.COUNT-<relative-records-count>,<absolute-
records-count>
Note: If the number of content sources (records) is greater than zero, then the
responses will include the following command event for each source record.
CONTENT.SOURCES.RECORD-<relative-record-index>,
Note: If any error is encountered while trying to query the list of content sources, the
following error event notification will be broadcast.
CONTENT.SOURCES.ERROR-<error-message>
Query for the total number of content source records available.
Syntax:
SEND_COMMAND <DEV>, "'?CONTENT.SOURCES.COUNT'"
Responses:
CONTENT.SOURCES.COUNT-<total-records-available>
Note: If any error is encountered while trying to query the total record count from the
content sources, the following error event notification will be broadcast.
CONTENT.SOURCES.COUNT.ERROR-<error-message>
Actual results will be app-specific.
Syntax:
SEND_COMMAND <DEV>, "'DOWN'"
Actual results will be app-specific.
Syntax:
SEND_COMMAND <DEV>, "'ENTER'"
Syntax:
SEND_COMMAND <DEV>, "'EXIT'"
Actual results will be app-specific.
Syntax:
SEND_COMMAND <DEV>, "'FFWD'"
Syntax:
SEND_COMMAND <DEV>, "'HOME'"
Instruction Manual - NMX-MM-1000 Enzo Meeting Presentation System
<absolute-record-index>,
<source-id>,
<source-name>,
<source-root-path>,
<source-is-ready:true|false>

Advertisement

Table of Contents
loading

Table of Contents