P4G_RAW_DOWNLOAD_REQUEST#

# set
<module-index>/<port-index> P4G_RAW_DOWNLOAD_REQUEST [<group_index>] <length> <content>

# get
<module-index>/<port-index> P4G_RAW_DOWNLOAD_REQUEST [<group_index>] ?

Description#

Specify the content of the download request sent by the client and expected by the server as hex bytes.

Note

This parameter is N/A when P4G_L4_PROTOCOL is configured as UDP.

Actions#

set, get

Parameters#

length: integer, specifying the number of bytes to write. Maximum request length is 1024 bytes.

content: hex list, specifying the request content.

Example#

# set
input:  0/1 P4G_RAW_DOWNLOAD_REQUEST [0] 1 0x000102030405060708090A0B000102030405060708090A0B000102030405060708090A0B000102030405060708090A0B
output: <OK>

# get
input:  0/1 P4G_RAW_DOWNLOAD_REQUEST [0] ?
output: 0/1 P4G_RAW_DOWNLOAD_REQUEST [0] 1 0x000102030405060708090A0B000102030405060708090A0B000102030405060708090A0B000102030405060708090A0B