'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Struct regu_domain

odtone::mih::regu_domain

Synopsis

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


struct regu_domain {

  // public member functions
  template<typename ArchiveT> void serialize(ArchiveT &);

  // public data members
  cntry_code country_code;
  uint8 regulatory_class;
};

Description

REGU_DOMAIN data type.

regu_domain public member functions

  1. template<typename ArchiveT> void serialize(ArchiveT & ar);

    Serialize/deserialize the REGU_DOMAIN data type.

    Parameters:

    ar

    The archive to/from where serialize/deserialize the data type.

regu_domain public public data members

  1. cntry_code country_code;

    Country code

  2. uint8 regulatory_class;

    Regulatory class


PrevUpHomeNext