Read Back Receiver Parameters as File
# Read Back Receiver Parameters as File
Path:
/api/rcv_params_file
Method: GET
Content-type: application/json; charset=utf-8
API Description: This can be used to read back the receiver parameters as file.
Request
Name | Type | Example | Description |
---|---|---|---|
portIndex | int | 0 | Port number. |
returnType | String | path | file: Returned file; path: Returned path. |
Response
Name | Type | Example | Description |
---|---|---|---|
path | String | "/sdcard/Android/data/com.color.home /files/RCVBP/xxx.rcvbp" | File path. |
errorCode | int | 0 | Error code. |
apiErrorCode | int | 0 | API error code. |
Examples
returnType is file.
Response Body:
Return the binary files of the receiving card parameters.
Error code: Return by HTTP status code.
returnType is path.
{
"path": "/sdcard/Android/data/com.color.home/files/RCVBP/xxx.rcvbp",
"errorCode": 0,
"apiErrorCode":0
}