asyncio.DatagramProtocol.datagram_received()

DatagramProtocol.datagram_received(data, addr)

Called when a datagram is received. data is a bytes object containing the incoming data. addr is the address of the peer sending the data; the exact format depends on the transport.

doc_python
2016-10-07 17:26:45
Comments
Leave a Comment

Please login to continue.