6 Ekim 2017 Cuma

asio ip address_v6 Sınıfı

from_string metodu
Örnek
Şöyle yaparız.
auto addr = address_v6::from_string("2601:XXX:XXX:XXX::106");
Örnek
Açıklaması şöyle
The suffix after the % symbol will depend on the name of the network interface you want to use, of course
Şöyle yaparız. ffx2 link local adres anlamına gelir.
auto addr = boost::asio::ip::address_v6::from_string("ff12::1%eth0")


Hiç yorum yok:

Yorum Gönder