| uint16_t Ucs_Rm_GetConnectionLabel | ( | Ucs_Inst_t * | self, | 
| Ucs_Rm_Route_t * | route_ptr | ||
| ) | 
Retrieves the ConnectionLabel of the given route. 
| self | The UNICENS instance pointer. | 
| route_ptr | Reference to the route to be looked for. | 
ConnectionLabel of the route. The ConnectionLabel value falls within the range [0x000C...0x017F] when route is built. Otherwise, 0 is returned.
Example