![]() |
• Network Manager | |||||||||||||
|
API Links
Developer Links
|
NetworkMgr::SendConnectionlessPacketDefined in:
Sends an unreliable data packet to another machine without establishing a connection.
C4Network.h
Prototype
Parameters
Description
The SendConnectionlessPacket function sends an unreliable data packet to the machine whose address is given by the to parameter. It is not necessary to establish a connection with the destination machine in order to send packets using SendConnectionlessPacket. The return value is one of the following network result codes.
Packet data is encrypted before it is transmitted. See Also
NetworkAddress
NetworkMgr::SendReliablePacket
NetworkMgr::SendUnreliablePacket
NetworkMgr::SendUnorderedPacket
NetworkMgr::BroadcastPacket
NetworkMgr::ReceivePacket
|