INFO | [for read and write] (Array) The version of the communication core in BCD format such that the upper byte contains the version number and the lower byte contains the subversion number. For example, version 1.60 corresponds to &H160. |
---|
var oATC = pMe.Pm("/AtouchApp").Acx;
var mInfo = Pm.CreatePmMap();
mInfo.ParValue = Pm.CreatePmArray(1, 1);
var nState = Pm.CallAxMethod("", oATC, "GetInfo", mInfo);
var aInfo = mInfo.ParValue;
Pm.Debug("AtouchX.GetInfo return INFO: " + aInfo.GetItem(0));