'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Struct ie_poa_subnet_info_list

odtone::mih::ie_poa_subnet_info_list

Synopsis

// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/information_elements.hpp>


struct ie_poa_subnet_info_list {
  // types
  typedef std::vector< ie_poa_subnet_info > base;

  // public member functions
  void serialize(oarchive &);
  void serialize(iarchive &);

  // public data members
  vendor_ie_list vendor_ies;
};

Description

PoA subnet info list IE type.

ie_poa_subnet_info_list public member functions

  1. void serialize(oarchive & ar);

    Serialize the PoA subnet info list IE type.

    Parameters:

    ar

    The archive to where serialize the data type.

  2. void serialize(iarchive & ar);

    Deserialize the PoA subnet info list IE type.

    Parameters:

    ar

    The archive from where deserialize the data type.


PrevUpHomeNext