Requires: IP-Symcon >= 6.0
string IPS_GetKernelArchitecture ()
The architecture that IP-Symcon was created for |
The function returns a string with the architecture which IP-Symcon was created for
echo IPS_GetKernelArchitecture (); // Sample output: /* // MacOS, Windows 32Bit i386 // Linux, Windows 64Bit amd64 // Linux, Raspberry Pi armhf // Linux, Raspberry Pi arm64 */