.. highlightlang:: us .. _rpc_clnt_destroy: rpc_clnt_destroy ================ .. index:: rpc_clnt_destroy .. us.tag rpc_clnt_destroy NOTREADYGERMAN New500 asam3.init :ref:`rpc_clnt_destroy` gibt den RPC-Client-Pointer wieder frei. .. function:: bool = rpc_clnt_destroy(cl) .. us.return **Returnwert** *bool*. .. us.params **Parameter** .. uparam:: cl *cl* ist der Client-Pointer, der von der Funktion :ref:`rpc_clnt_create` geliefert wird. .. us.example **Beispiel** Siehe bei :ref:`rpc_clnt_create`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Beschreibung * - 5.0.0 - Neu .. seealso:: :ref:`uberblick-asam-ods`, :ref:`rpc_clnt_create` :sub:`id-1031820`