PORT
Description
Get the device's networking port number configurations.
The return message of this command is different between WIS and EPL Decoder Device.
Input Argument
None
Attribute
Return of Message
From WPL Decoder Devices:
PORT_HTTP='80'
PORT_HOST_SEARCH_1='6005'
PORT_HOST_SEARCH_2='6006'
PORT_HOST_SDK_1='10060'
PORT_HOST_SDK_2='10061'
Form EPL Decoder Devices:
- Not connect to an encoder
PORT_HTTP='80'
PORT_SEARCH_1='6005'
PORT_SEARCH_2='6006'
- connect to an encoder
PORT_HTTP='80'
PORT_HOST_SEARCH_1='6005'
PORT_HOST_SEARCH_2='6006'
PORT_REMOTE_REGISTER='6000'
PORT_REMOTE_CONTROL='6001'
PORT_REMOTE_VIDEO='6002'
PORT_REMOTE_MULTICAST='5000'where the PORT_REMOTE_REGISTER, PORT_REMOTE_CONTROL, PORT_REMOTE_VIDEO, PORT_REMOTE_MULTICAST are the port used in the encoder
Applicability
Status
Valid
See Also
Example
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&PORT
Back to