Set the default values for the replicator.
MCO_RET mco_iot_replicator_params_init( mco_iot_replicator_params_t * params );
| params | The mco_iot_replicator_params_t structure that will be initialized |
This function sets the default values for the replicator. It must be called prior to to initialize the communicator parameters.mco_iot_replicator_create()
| MCO_S_OK | Communicator parameters successfully initialized |