Integration Guide
SMK900 Integration Guide Revision 4
Send(2);
}
//Common entry point for all VM executions: the subfunction to b executed is selected according to trigger
//type via GetExecType().
function main()
{
local execType;
execType = GetExecType();
if(execType==MESHEXECTYPE_BOOTUP_bm){
exec_bootup();
}
else if(execType==MESHEXECTYPE_AIRCMD_bm){
exec_aircmd();
}
}
21










