mco_iot_comm_params_init

Set the default values for the communicator.

For an overview see page ARF Applications in C

Prototype

 
    MCO_RET mco_iot_comm_params_init( mco_iot_comm_params_t * params );
 

Arguments

params The mco_iot_comm_params_t structure that will be initialized

Description

This function sets the default values for the communicator. It must be called prior to mco_iot_comm_create() to initialize the communicator parameters.

Return Codes

MCO_S_OK Communicator parameters successfully initialized

Files

Header file:
mcoiot.h
Source file:
mcoiotcomm.c
Library:
libmcoiotcomm.a