Subversion Repositories HomeAutomation

Rev

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

Rev 1599 Rev 1642
Line 61... Line 61...
61
        this->socket_->close();
61
        this->socket_->close();
62
        this->socket_.reset();
62
        this->socket_.reset();
63
    }
63
    }
64
}
64
}
65
 
65
 
66
void UdpClient::Send(type::Byteset data)
66
void UdpClient::Send(common::Byteset data)
67
{
67
{
68
    try
68
    try
69
    {
69
    {
70
        if (this->socket_->is_open())
70
        if (this->socket_->is_open())
71
        {
71
        {