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