Return the underlying communicator for the specified replicator.
mco_iot_comm_h mco_iot_replicator_get_comm(mco_iot_replicator_h repl);
| repl | The replicator object |
This function returns the underlying communicator for the specified replicator.
| mco_iot_comm_h | The communicator for the specified replicator |
void stop_iot(mco_iot_replicator_h repl)
{
mco_iot_comm_h comm = mco_iot_replicator_get_comm(repl);
...
}