Пример #1
0
signed ExecuteApplets (struct plc * plc)

{
	return (NVMSelect (plc, ExecuteApplets1, ExecuteApplets2));
}
Пример #2
0
signed InitDevice (struct plc * plc) 

{
	return (NVMSelect (plc, InitDevice1, InitDevice2));
}