ushort port | Port to use for transfers (warning : ports < 1024 are reserved) |
IPAddress hostAddress | IP Address of the host to connect to |
ushort port | Port to use for transfers (warning : ports < 1024 are reserved) |
iP | string of the IP Address |
ushort port | Port to listen to |
SocketTCP connected | Socket containing the connection with the connected client |
SocketTCP connected | Socket containing the connection with the connected client |
IPAddress address | Pointer to an address to fill with client infos |
byte[] data | array of bytes to send |
byte[] data | array to fill (make sure it is big enough) |
uint sizeReceived | Number of bytes received |
Packet packetToSend | Packet to send |
Packet packetToReceive | Packet to fill with received data |