It is currently not possible to read the type description of a table type using the IRfcRuntime API. The current implementation is limited to data containers (Structures and Functions).
This PR adds GetTypeDescription to IRFcRuntime and to API that expects a ITableHandle (Internal.TableHandle for the API variant).
It is currently not possible to read the type description of a table type using the IRfcRuntime API. The current implementation is limited to data containers (Structures and Functions).
This PR adds GetTypeDescription to IRFcRuntime and to API that expects a ITableHandle (Internal.TableHandle for the API variant).
fixes #260