Content.search; Content.search.clear; Content.source - 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.SEARCH

Retrieve the listing of
content items available via
the current content source
that match the requested
search term.
CONTENT.SEARCH.
CLEAR
Clear the search query
result item listing and switch
back to the last known
content path listing.

?CONTENT.SOURCE

Retrieve detailed properties
of a content source.
54
The records matching the search criteria will be available in the content listing records.
Use the "?CONTENT.ITEMS" command to query the item records after the search
listing is available.
Syntax:
SEND_COMMAND <DEV>, "'CONTENT.SEARCH-<search-term>'"
Variable:
search-term = The search term/expression used in the source content lookup
Examples:
SEND_COMMAND <DEV>,"'CONTENT.SEARCH-budget'"
SEND_COMMAND <DEV>,"'CONTENT.SEARCH-annual'"
Response:
CONTENT.SEARCH.RESULT-<search-term>,<search-results-count>
Note: If any error is encountered while trying to query the total record count from the
content items, the following error event notification will be broadcast.
CONTENT.SEARCH.ERROR-<error-message>,<search-term>
Syntax:
SEND_COMMAND <dev>,"'CONTENT.SEARCH.CLEAR'"
Examples:
SEND_COMMAND <DEV>,"'?CONTENT.SEARCH.CLEAR-budget'"
SEND_COMMAND <DEV>,"'?CONTENT.SEARCH.CLEAR-annual'"
Response:
A confirmation event will be returned including the current source and content cursor
path.
CONTENT.PATH-<source-id>,<path>
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.PATH.ERROR-<error-message>,<current-path>
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 = The content source from which to query properties (optional)
Examples:
SEND_COMMAND <DEV>,"'?CONTENT.SOURCE'"
SEND_COMMAND <DEV>,"'?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 notification will be broadcast.
CONTENT.SOURCE.ERROR-<error-message>,<requested-source-id>
Instruction Manual - NMX-MM-1000 Enzo Meeting Presentation System

Advertisement

Table of Contents
loading

Table of Contents