Giriş
Bu sınıf genellikle tcp endpoint veya udp endpoint ile beraber kullanılır.
Constructor
Şöyle yaparız.
Şöyle yaparız.
Bu sınıf genellikle tcp endpoint veya udp endpoint ile beraber kullanılır.
Constructor
Şöyle yaparız.
boost::asio::ip::address addr (
boost::asio::ip::address::from_string ("239.1.1.100" ));
Bağlanmış bir socketten elde edebiliriz. Şöyle yaparız.boost::asio::ip::address addr = socket.remote_endpoint().address();
to_string metoduŞöyle yaparız.
std::cout << "IP: " << addr.to_string();
Hiç yorum yok:
Yorum Gönder