Skip to main content

SelectMode Enum

NuGet: GHIElectronics.TinyCLR.Networking
Assembly: GHIElectronics.TinyCLR.Networking
Namespace: System.Net.Sockets

Specifies the mode for polling the status of a socket.

public enum SelectMode

Fields

NameValueDescription
SelectRead0Poll the read status of a socket.
SelectWrite1Poll the write status of a socket.
SelectError2Poll the error status of a socket.