<value>
check=<int>[,<int>,
...]
<id1>[,<id2>, ...]
1
Returns the status of one or more inputs numbered
id1 ,id2, ....
See 5.2.1 for more information about server
responses.
monitor=<int>[,
<int>, ...]
2
<id1>[,<id2>, ...]
1
Returns a multipart stream of "check" inputs (see
return description below).
1
Number of inputs may differ for different camera and video servers. See product specification.
2
Support for this parameter is product/release-dependent.
Return: "monitor", i.e., multipart "check" parameter
HTTP/1.0 200 OK\r\n
Content-Type: multipart/x-mixed-replace;boundary=<boundary>\r\n
\r\n
--<boundary>\r\n
<monitor data>
where the proposed boundary <boundary> is
ioboundary
and the <monitor data> part is
Content-Type: text/plain\r\n
\r\n
<check data>
--<boundary>\r\n
and <check data> is
IO<n>:<action char>\r\n
and <n> is the I/O port number and <action char> is the action character described in the table above.
Note: The output can contain extra blank lines, i.e., extra \r\n within the sections.
Example: Monitor data on input ports 1, 2, 3, and 4
Comments to this Manuals