|
ifw-core
5.0.0-pre2
|
Class implementing a UDP client. More...
Public Member Functions | |
| def | __init__ (self) |
| Class constructor. More... | |
| def | send (self, str host, int port, bytes data) |
| Send data to a specific server. More... | |
Public Member Functions inherited from network.clients.BaseClient | |
| def | send (self, host, port, data) |
| Send data to a network server idenditified with its host and listening port. More... | |
Class implementing a UDP client.
| def network.clients.UDPClient.__init__ | ( | self | ) |
Class constructor.
| def network.clients.UDPClient.send | ( | self, | |
| str | host, | ||
| int | port, | ||
| bytes | data | ||
| ) |
Send data to a specific server.
| host | server's host |
| port | listening port |
| data | data to be sent |