1 2 3 4 5 6 7
#pragma prefix "manut" module Executor { interface ExecCmd { boolean changeMode(in short mode); boolean setPorts(in short one, in short two, in short three); }; };