RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Sockets.TSocketBlockMode Type

Defines the set of possible flags for blocking mode of the socket.

Pascal
TSocketBlockMode = bmBlocking..bmNonBlocking;
C++
bmBlocking..bmNonBlocking TSocketBlockMode;

Sockets

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!