SelectMode
SelectMode enum
Specifies the mode for polling the status of the socket.
enum class SelectMode
Values
Name | Value | Description |
---|---|---|
SelectRead | 0 | The ‘read’ status mode. |
SelectWrite | 1 | The ‘write’ status mode. |
SelectError | 2 | The ’error’ status mode. |
See Also
- Namespace System::Net::Sockets
- Library Aspose.Slides