odtone::mih::oui_
// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/tlv.hpp> template<uint8 A, uint8 B, uint8 C> struct oui_ { // types typedef oui_< A, B, C > tlv_serializer; // public static functions template<typename T> static bool serialize(iarchive &, T &); template<typename T> static void serialize(oarchive &, T &); };
Vendor's IEEE organizationally unique identifier (OUI).
oui_
public static functionstemplate<typename T> static bool serialize(iarchive & ar, T & val);
Deserialize the TLV type value.
Parameters: |
|
||||
Returns: |
True if the value was deserialized or false otherwise. |
template<typename T> static void serialize(oarchive & ar, T & val);
Serialize the TLV type value.
Parameters: |
|