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