odtone::mih::rq_result
// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/handover.hpp> struct rq_result { // public member functions template<typename ArchiveT> void serialize(ArchiveT &); // public data members link_poa_list poa_list; qos_list poa_qos_list; boost::variant< null, bool, ip_cfg_methods > opt_ip_cfg_methods; boost::variant< null, bool, dhcp_serv > opt_dhcp_serv; boost::variant< null, bool, fn_agent > opt_fn_agnt; boost::variant< null, bool, acc_rtr > opt_acc_rtr; };
RQ_RESULT data type.
rq_result
public
public data memberslink_poa_list poa_list;
PoA list.
qos_list poa_qos_list;
Available resources for the PoA list.
boost::variant< null, bool, ip_cfg_methods > opt_ip_cfg_methods;
IP configuration method.
boost::variant< null, bool, dhcp_serv > opt_dhcp_serv;
DHCP server IP address.
boost::variant< null, bool, fn_agent > opt_fn_agnt;
Foreign agent IP address.
boost::variant< null, bool, acc_rtr > opt_acc_rtr;
Candidate access router IP address.