Rev 1986 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1986 | Rev 1989 | ||
|---|---|---|---|
| Line 54... | Line 54... | ||
| 54 | static void Create(); |
54 | static void Create(); |
| 55 | static void Delete(); |
55 | static void Delete(); |
| 56 | 56 | ||
| 57 | void ConnectSlots(const SignalOnNewState::slot_type& slot_on_new_state, const SignalOnNewClient::slot_type& slot_on_new_client, const SignalOnNewData::slot_type& slot_on_new_data); |
57 | void ConnectSlots(const SignalOnNewState::slot_type& slot_on_new_state, const SignalOnNewClient::slot_type& slot_on_new_client, const SignalOnNewData::slot_type& slot_on_new_data); |
| 58 | 58 | ||
| 59 | SocketId StartServer( |
59 | SocketId StartServer(TransportProtocol protocol, unsigned int port); |
| 60 | SocketId Connect( |
60 | SocketId Connect(TransportProtocol protocol, std::string address, unsigned int port_or_baud); |
| 61 | 61 | ||
| 62 | void StopServer(SocketId server_id); |
62 | void StopServer(SocketId server_id); |
| 63 | void Disconnect(SocketId client_id); |
63 | void Disconnect(SocketId client_id); |
| 64 | 64 | ||
| 65 | void SendToAll(SocketId server_id, common::Byteset data); |
65 | void SendToAll(SocketId server_id, common::Byteset data); |