PORT_HOST_SEARCH_1, PORT_HOST_SEARCH_2
Description
Get or Set device search server port numbers. We provide some utilities like IPUtility to find all our devices in the intranet through these UDP search ports.
When write, the port number will be checked if it was used from other applications.
Input Argument
UDP port number, 1~65535
Attribute
Return of Message
In WPL Decoder Devices
- None
In EPL Decoder Devices
- Read Operation
PORT_HOST_SEARCH_1='6005'
PORT_HOST_SEARCH_2='6006'
- Write Operation
OK: PORT_HOST_SEARCH_1='6005'
OK: PORT_HOST_SEARCH_2='6006'
or
ERROR: PORT_HOST_SEARCH_1='6005'
ERROR: PORT_HOST_SEARCH_2='6006'
Applicability
Status
VALID
See Also
Example
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&PORT_HOST_SEARCH_1
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&PORT_HOST_SEARCH_2
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&PORT_HOST_SEARCH_1=6005
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&PORT_HOST_SEARCH_2=6006
Back to