Efl.Net.Dialer_Simple.dial

Description

Dials to the remote peer.

This method starts the connection process, resolves the address and then proceeds to the actual connection.

Once the connection is fully setup "connected" event is dispatched.

Overridden from Efl.Net.Dialer.dial.

Signature

dial @pure_virtual {
    params {
        @in address: string;
    }
    return: Eina.Error;
}

C signature

Eina_Error efl_net_dialer_dial(Eo *obj, const char *address);

Parameters

  • address (in) - Remote address

Implemented by