ushort port | Port to bind the socket to |
byte[] data | bytes array to send |
IPAddress address | Address of the computer to send the packet to |
ushort port | Port to send the data to |
byte[] data | Pointer to a byte array to fill (make sure it is big enough) |
uint sizeReceived | Number of bytes received |
IPAddress address | Address of the computer which sent the data |
Packet packetToSend | Packet to send |
IPAddress address | Address of the computer to send the packet to |
ushort port | Port to send the data to |
Packet packetToReceive | Packet to fill with received data |
IPAddress address | Address of the computer which sent the packet |