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