[r42]: / branches / SBSI / Vision_Game_PLC / Plc Logic / Application / Types / CommandType / svnobj  Maximize  Restore  History

Download this file

13 lines (12 with data), 1.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
TYPE CommandType :
(
	Handshake := 0,
	Lock := 1,
	Key := 2,
	IO := 3,
	Media := 4,
	Hint := 5,
	State := 6
)
INT;
END_TYPE