UdpSocket.isBlocking

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

class UdpSocket
const
bool
isBlocking
()

Return Value

Type: bool

true if the socket is blocking, false otherwise.

Meta