odtone::mih::link_action_rsp
// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/link.hpp> struct link_action_rsp { // public member functions template<typename ArchiveT> void serialize(ArchiveT &); // public data members link_id id; link_ac_result result; boost::variant< null, link_scan_rsp_list > scan_list; };
LINK_ACTION_RSP data type.
link_action_rsp
public
public data memberslink_id id;
Link identifier.
link_ac_result result;
Link action result.
boost::variant< null, link_scan_rsp_list > scan_list;
Link action response list.