This topic has not yet been rated - Rate this topic

LocalNetworkGamer.SendData Method

Sends data to a specified set of gamers in a network session.

NameDescription
LocalNetworkGamer.SendData (Byte[], Int32, Int32, SendDataOptions)Sends a selected portion of a byte array to all gamers in a session.
LocalNetworkGamer.SendData (Byte[], Int32, Int32, SendDataOptions, NetworkGamer)Sends a selected portion of a byte array to the specified gamer.
LocalNetworkGamer.SendData (Byte[], SendDataOptions)Sends a byte array to all gamers in a session.
LocalNetworkGamer.SendData (Byte[], SendDataOptions, NetworkGamer)Sends a byte array to the specified gamer.
LocalNetworkGamer.SendData (PacketWriter, SendDataOptions)Sends a network packet to all gamers in a session.
LocalNetworkGamer.SendData (PacketWriter, SendDataOptions, NetworkGamer)Sends a network packet to the specified gamer in a session.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.