Steamworks.NativeMethods.ISteamNetworking_IsP2PPacketAvailable C# (CSharp) Method

ISteamNetworking_IsP2PPacketAvailable() private method

private ISteamNetworking_IsP2PPacketAvailable ( uint &pcubMsgSize, int nChannel ) : bool
pcubMsgSize uint
nChannel int
return bool
		public static extern bool ISteamNetworking_IsP2PPacketAvailable(out uint pcubMsgSize, int nChannel);
NativeMethods