UdpSocket.isBlocking

Tell whether the socket is in blocking or non-blocking mode.

class UdpSocket
bool
isBlocking
()

Return Value

Type: bool

True if the socket is blocking, false otherwise.

Meta