Defines the set of possible flags for blocking mode of the socket.
TSocketBlockMode = bmBlocking..bmNonBlocking;
bmBlocking..bmNonBlocking TSocketBlockMode;
The following table describes TSocketBlockMode values.
Value |
Socket state |
bmBlocking |
The socket is set to block mode. |
bmNonBlocking |
The socket is set to non-blocking mode. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|