LocalNetworkGamer.SendData Method (PacketWriter, SendDataOptions, NetworkGamer)
Sends a network packet to the specified gamer in a session.
Namespace: Microsoft.Xna.Framework.Net
Assembly: Microsoft.Xna.Framework.Net (in microsoft.xna.framework.net.dll)
Syntax
public void SendData (
PacketWriter data,
SendDataOptions options,
NetworkGamer recipient
)
Parameters
- data
Type: PacketWriter
Byte array containing session data. - options
Type: SendDataOptions
Enumeration containing data send options. - recipient
Type: NetworkGamer
Gamer receiving the data.
Exceptions
Exception type | Condition |
---|---|
ArgumentException | The NetworkGamer specified as the recipient does not belong to this network session. |
ArgumentNullException | data or recipient is null. |
ObjectDisposedException | The NetworkGamer specified as either the sender or the recipient is no longer valid. The gamer may have left the session. |
See Also
Tasks
Reference
LocalNetworkGamer Class
LocalNetworkGamer Members
Microsoft.Xna.Framework.Net Namespace
Platforms
Xbox 360, Windows 7, Windows Vista, Windows XP