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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.