Subversion Repositories HomeAutomation

Rev

Rev 1599 | Rev 1959 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1599 Rev 1642
Line 33... Line 33...
33
   
33
   
34
    UdpClient(boost::asio::io_service& io_service, ClientId id, ServerId server_id);
34
    UdpClient(boost::asio::io_service& io_service, ClientId id, ServerId server_id);
35
    virtual ~UdpClient();
35
    virtual ~UdpClient();
36
   
36
   
37
    void Connect(std::string address, unsigned int port);
37
    void Connect(std::string address, unsigned int port);
38
    void Send(type::Byteset data);
38
    void Send(common::Byteset data);
39
 
39
 
40
protected:
40
protected:
41
    void Read();
41
    void Read();
42
    void Stop();
42
    void Stop();
43
   
43