Content.items.count; Content.path - 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.ITEMS.COUNT

Retrieve the total number of
records available in the
current content listing.

?CONTENT.PATH

Retrieve the current working
path in the content cursor for
the current selected content
source.
CONTENT.PATH
Assign/select a working path
in the content cursor for the
current selected content
source.
Instruction Manual - NMX-MM-1000 Enzo Meeting Presentation System
Syntax:
SEND_COMMAND <dev>,"'?CONTENT.ITEMS.COUNT-<exclude-special-
items:true|false'"
Variable:
exclude-special-items (optional) = Instruct the item records returned to include (value
= 'false') or exclude (value = 'true') special UI only items such as <Clear Search
Results> and <Up To Parent> items in the result set. If this argument is not provided,
the results items will include the special items.
Examples:
SEND_COMMAND <DEV>,"'?CONTENT.ITEMS.COUNT'"
SEND_COMMAND <DEV>,"'?CONTENT.ITEMS.COUNT-true'"
SEND_COMMAND <DEV>,"'?CONTENT.ITEMS.COUNT-false'"
Response:
CONTENT.ITEMS.COUNT-<records-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.ITEMS.COUNT.ERROR-<error-message>
Syntax:
SEND_COMMAND <DEV>,"'?CONTENT.PATH'"
Example:
SEND_COMMAND <DEV>,"'?CONTENT.PATH'"
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>
Syntax:
SEND_COMMAND <DEV>, "'CONTENT.PATH-<path>'"
Variable:
path (optional) = The desired path to assign to the content cursor. If omitted or empty,
the root path will be applied for the content source.
The value of "{ROOT}" can be specified to select the root path for the current content
cursor source.
The value of "{UP}" can be specified to select the parent path for the current content
cursor path.
The value of "{REFRESH}" can be specified to refresh last known path for the current
content cursor path
The value of "{SEARCH.CLEAR}" can be specified to select the last known path for
the current content cursor path thus clearing the search result listing.
Examples:
SEND_COMMAND <DEV>,"'CONTENT.PATH'"
SEND_COMMAND <DEV>,"'CONTENT.PATH-{ROOT}'"
SEND_COMMAND <DEV>,"'CONTENT.PATH-{UP}'"
SEND_COMMAND <DEV>,"'CONTENT.PATH-{REFRESH}'"
SEND_COMMAND <DEV>,"'CONTENT.PATH-{SEARCH.CLEAR}'"
SEND_COMMAND <DEV>,"'CONTENT.PATH-/folder-name/sub-folder'"
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>,<requested-path>
Programming
53

Advertisement

Table of Contents
loading

Table of Contents