SelectMode

SelectMode enum

Specifies the mode for polling the status of the socket.

enum class SelectMode

Values

NameValueDescription
SelectRead0The ‘read’ status mode.
SelectWrite1The ‘write’ status mode.
SelectError2The ’error’ status mode.

See Also