:orphan: .. index:: pair: struct; rpc_info .. _doxid-structrpc__info: struct rpc_info =============== .. toctree:: :hidden: Overview ~~~~~~~~ Information about the RPC function :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct rpc_info { // fields const char* :ref:`name`; rpc_func :ref:`rpc`; rpc_arg_func :ref:`in`; int :ref:`in_len`; rpc_arg_func :ref:`out`; int :ref:`out_len`; }; .. _details-structrpc__info: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Information about the RPC function Fields ------ .. index:: pair: variable; name .. _doxid-structrpc__info_1a76251751825c16ad148e9dbd4409fc5e: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* name Name of RPC function, i.g. "bind" .. index:: pair: variable; rpc .. _doxid-structrpc__info_1ae8970a1ab2c574104bd6698ec7347837: .. ref-code-block:: cpp :class: doxyrest-title-code-block rpc_func rpc Address of the RPC function .. index:: pair: variable; in .. _doxid-structrpc__info_1ab0d64feaebad5b29a1419085bafd7cd4: .. ref-code-block:: cpp :class: doxyrest-title-code-block rpc_arg_func in Address of input argument encoder/decoder .. index:: pair: variable; in_len .. _doxid-structrpc__info_1af9fe5028083d6c97868984da7e1f2b1e: .. ref-code-block:: cpp :class: doxyrest-title-code-block int in_len Size of the input argument structure .. index:: pair: variable; out .. _doxid-structrpc__info_1aa064163a7d449a9e26ac285522c948f2: .. ref-code-block:: cpp :class: doxyrest-title-code-block rpc_arg_func out Address of output argument encoder/decoder .. index:: pair: variable; out_len .. _doxid-structrpc__info_1abfcfcbb5c6f9141ef3264f31bba433f9: .. ref-code-block:: cpp :class: doxyrest-title-code-block int out_len Size of the output argument structure