odtone::mih::tgt_net_info_1
// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/handover.hpp> struct tgt_net_info_1 { // public member functions template<typename ArchiveT> void serialize(ArchiveT &); // public data members network_id net; boost::variant< null, net_aux_id > aux_id; };
Auxiliar TGT_NET_INFO data type.
tgt_net_info_1
public
public data membersnetwork_id net;
Network identifier.
boost::variant< null, net_aux_id > aux_id;
Auxiliar network identifieer.