// Copyright Epic Games, Inc. All Rights Reserved. // This file is automatically generated. Changes to this file may be overwritten. namespace Epic.OnlineServices.P2P { /// /// Callback for information related to incoming connection requests. /// public delegate void OnIncomingPacketQueueFullCallback(OnIncomingPacketQueueFullInfo data); [System.Runtime.InteropServices.UnmanagedFunctionPointer(Config.LibraryCallingConvention)] internal delegate void OnIncomingPacketQueueFullCallbackInternal(System.IntPtr data); }