'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Struct status_rsp

odtone::mih::status_rsp

Synopsis

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


struct status_rsp {

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

  // public data members
  link_id id;
  link_status_rsp rsp;
};

Description

SEQUENCE(LINK_ID,LINK_STATUS_RSP) data type.

status_rsp public member functions

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

    Serialize/deserialize the SEQUENCE(LINK_ID,LINK_STATUS_RSP) data type.

    Parameters:

    ar

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

status_rsp public public data members

  1. link_id id;

    Link identifier.

  2. link_status_rsp rsp;

    Link status response.


PrevUpHomeNext