Loading ttcn/LibIot/LibIot_TestInterface.ttcn +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ module LibIot_TestInterface { type component InterfaceMonitor extends OracleClient { timer tc_wait := PX_MAX_MSG_WAIT; var charstring vc_interfaceName := "Undefined"; var MonitorInterfaceInfo vc_Interface; port AdapterConfigPort acPort; } Loading Loading
ttcn/LibIot/LibIot_TestInterface.ttcn +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ module LibIot_TestInterface { type component InterfaceMonitor extends OracleClient { timer tc_wait := PX_MAX_MSG_WAIT; var charstring vc_interfaceName := "Undefined"; var MonitorInterfaceInfo vc_Interface; port AdapterConfigPort acPort; } Loading