Efl.Net.Socket_Ssl.adopted

Values

  • efl_net_socket - The adopted object, if any, otherwise NULL
  • ctx - The SSL context used when adopting the socket, if any, otherwise NULL


Signature

@property adopted {
    get @protected {
        return: bool (false);
    }
    values {
        efl_net_socket: Efl.Net.Socket;
        ctx: Efl.Net.Ssl.Context;
    }
}

C signature

Eina_Bool efl_net_socket_ssl_adopted_get(const Eo *obj, Efl_Net_Socket **efl_net_socket, Efl_Net_Ssl_Context **ctx);

Implemented by