Ejemplo n.º 1
0
 def callback(args):
     """! Callback function
     @param args
     @return none
     """
     self._args_received = args
     self._cb_time = Simulator.Now()
Ejemplo n.º 2
0
 def callback(context, args):
     """! Callback
     @param context the cntet
     @param args the arguments
     @return none
     """
     self._context_received = context
     self._args_received = args
     self._cb_time = Simulator.Now()
Ejemplo n.º 3
0
 def callback(args):
     self._args_received = args
     self._cb_time = Simulator.Now()
Ejemplo n.º 4
0
 def callback(context, args):
     self._context_received = context
     self._args_received = args
     self._cb_time = Simulator.Now()