void Start()
 {
     dataQueryInteractionReceivedCallback = new NetSimAgent.DQIReceivedCallback(DataQueryInteractionReceived);
     NetSimAgent.Instance.SetDQIReceivedCallback(ExerciseConnection.ExerciseConnectionPtr, dataQueryInteractionReceivedCallback);
 }
Beispiel #2
0
 public void SetDQIReceivedCallback(System.IntPtr exConnPtr, NetSimAgent.DQIReceivedCallback dIReceivedCallback)
 {
     CppDataQueryInteraction.SetDQIReceivedCallback(exConnPtr, dIReceivedCallback);
 }
Beispiel #3
0
 public extern static void SetDQIReceivedCallback(IntPtr exConnPtr, NetSimAgent.DQIReceivedCallback dIReceivedCallback);