Routing Activation Response
Gets the routing activation response. payload_type = 0x0006
Arguments Description
connection_name (str): Connection names. Defaults take the started DUT.
Returns
- RoutingActivationResponse: The resulting activation response object.
- The response has the following attributes:
client_logical_address logical_address response_code reserved vm_specific
Examples
# Basic exampleRouting Activation Response ${connection_name}# To get a response attribute${response}= Routing Activation Response ${connection_name}${logical_address} Set Variable ${response.logical_address}${response_code} Set Variable ${response.response_code}