コード例 #1
0
signed ExecuteApplets (struct plc * plc)

{
	return (NVMSelect (plc, ExecuteApplets1, ExecuteApplets2));
}
コード例 #2
0
ファイル: InitDevice.c プロジェクト: RozzieD/open-plc-utils
signed InitDevice (struct plc * plc) 

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