Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

ctMemphisRefreshConnection

int ctMemphisRefreshConnection( pRCESJson refreshConnection, ppRCESJson retError )

Description:

Refresh the connection timeout timer.

HTTP URL: <baseURL>/ctMemphisRefreshConnection/

HTTP Verb: POST

Parameters:

  • refreshConnection [IN] - There are no parameters for this function call:

{

}

  • retError [OUT] - Result in JSON format. For example:

{

"success": true,

"error":

{

"errorCode": 0,

"message": "success"

}

}

Return:

Error code

TOCIndex