summaryrefslogtreecommitdiffstats
path: root/ucs2-interface
diff options
context:
space:
mode:
authorThorsten Kummermehr <thorsten.kummermehr@k2l.de>2017-11-07 16:31:13 +0100
committerThorsten Kummermehr <thorsten.kummermehr@k2l.de>2017-11-07 16:31:13 +0100
commit1bba2cf81dc69b4ea87ba0ebc366a58eab45ff84 (patch)
tree350ca4be28746400cb9230397691c7ce1b298a45 /ucs2-interface
parent6fc9b47c4d78e8737062e38966c31a06af49e897 (diff)
Deliver network connection label
Diffstat (limited to 'ucs2-interface')
-rw-r--r--ucs2-interface/ucs_interface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ucs2-interface/ucs_interface.h b/ucs2-interface/ucs_interface.h
index 4ddc588..9fc2475 100644
--- a/ucs2-interface/ucs_interface.h
+++ b/ucs2-interface/ucs_interface.h
@@ -266,8 +266,9 @@ extern void UCSI_CB_OnAmsMessageReceived(void *pTag);
* \param pTag - Pointer given by the integrator by UCSI_Init
* \param routeId - identifier as given in XML file along with MOST socket (unique)
* \param isActive - true, if the route is now in use. false, the route is not established.
+ * \param connectionLabel - The connection label used on the Network. Only valid, if isActive=true
*/
-extern void UCSI_CB_OnRouteResult(void *pTag, uint16_t routeId, bool isActive);
+extern void UCSI_CB_OnRouteResult(void *pTag, uint16_t routeId, bool isActive, uint16_t connectionLabel);
/**
* \brief Callback when a INIC GPIO changes its state