testing_networklayers.h 248 B

12345678910
  1. #ifndef TESTING_NETWORKLAYERS_H_
  2. #define TESTING_NETWORKLAYERS_H_
  3. #include "ua_server.h"
  4. /** @brief Create the TCP networklayer and listen to the specified port */
  5. UA_Connection createDummyConnection(void);
  6. #endif /* TESTING_NETWORKLAYERS_H_ */