Steamworks.ISteamNetworkingConnectionSignaling.SendSignal C# (CSharp) Method

SendSignal() public method

public SendSignal ( Steamworks.HSteamNetConnection hConn, Steamworks.SteamNetConnectionInfo_t &info, IntPtr pMsg, int cbMsg ) : bool
hConn Steamworks.HSteamNetConnection
info Steamworks.SteamNetConnectionInfo_t
pMsg IntPtr
cbMsg int
return bool
		public bool SendSignal(HSteamNetConnection hConn, ref SteamNetConnectionInfo_t info, IntPtr pMsg, int cbMsg) {
			return NativeMethods.SteamAPI_ISteamNetworkingConnectionSignaling_SendSignal(ref this, hConn, ref info, pMsg, cbMsg);
		}
ISteamNetworkingConnectionSignaling