connection_Setup.cpp 297 B

12345678910111213141516171819
  1. /*
  2. * connection_Setup.cpp
  3. *
  4. * Created on: Nov 27, 2017
  5. * Author: anay
  6. */
  7. #include <omnetpp.h>
  8. #include "connection_Setup.h"
  9. void connection_Setup::initialize(int stage)
  10. {
  11. }
  12. void connection_Setup::sendVersionNegotiation()
  13. {
  14. Version_Negotiation *msg;
  15. msg->str("0x01, 0x02");
  16. }