Efl.Net.Socket_Udp.init

Description

Initializes the socket to communicate with a given IP address

Signature

init @protected {
    params {
        @in remote_address: Efl.Net.Ip_Address;
    }
}

C signature

void efl_net_socket_udp_init(Eo *obj, Efl_Net_Ip_Address *remote_address);

Parameters

  • remote_address (in) - The remote address this socket will communicate with

Implemented by