odtone::mih::mos_info
// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/odtone.hpp> struct mos_info { // public member functions template<typename ArchiveT> void serialize(ArchiveT &); bool operator==(const mos_info &) const; // public data members mih::id id; ip_addr ip; uint16 port; };
Define MOS_INFO data type.
mos_info
public member functionstemplate<typename ArchiveT> void serialize(ArchiveT & ar);
Serialize/deserialize the MOS_INFO data type.
Parameters: |
|
bool operator==(const mos_info & other) const;
Check if the MOS_INFO is equal to another MOS_INFO.
Parameters: |
|
||
Returns: |
True if they are equal or false otherwise. |