Wire Sysio Wire Sysion 1.0.0
|
#include <websocketpp/config/asio_no_tls_client.hpp>
#include <websocketpp/client.hpp>
#include <iostream>
Go to the source code of this file.
Typedefs | |
typedef websocketpp::client< websocketpp::config::asio_client > | client |
typedef websocketpp::config::asio_client::message_type::ptr | message_ptr |
Functions | |
void | on_message (client *c, websocketpp::connection_hdl hdl, message_ptr msg) |
int | main (int argc, char *argv[]) |
Definition at line 33 of file echo_client.cpp.
Definition at line 40 of file echo_client.cpp.
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 58 of file echo_client.cpp.
void on_message | ( | client * | c, |
websocketpp::connection_hdl | hdl, | ||
message_ptr | msg ) |
Definition at line 44 of file echo_client.cpp.