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