Logo
UNICENS V2.3.0-4567
User Manual and API Reference
uint16_t Ucs_Rm_GetConnectionLabel ( Ucs_Inst_t self,
Ucs_Rm_Route_t route_ptr 
)

Retrieves the ConnectionLabel of the given route.

Parameters
selfThe UNICENS instance pointer.
route_ptrReference to the route to be looked for.
Returns
The ConnectionLabel of the route. The ConnectionLabel value falls within the range [0x000C...0x017F] when route is built. Otherwise, 0 is returned.
 See also section Ucs_Rm_GetConnectionLabel Example for an example implementation.