ibihelpme_GetSystemInformationItems
| Signature | ibihelpme_GetSystemInformationItems(): string |
|---|---|
| Description | Returns a list of the system information to be determined |
| Available from API version | 1.0.0 |
Parameter
No parameters required
Return value
| JSON-Array, welches die zu ermittelnden Systeminformationen enhält
CODE
|
|---|
Example
JS
var systemInformationItemsSerialized = window.external.ibihelpme_GetSystemInformationItems();
var systemInformationItems = JSON.parse(systemInformationItemsSerialized);
refreshSystemInformationItems(systemInformationItems);