Click or drag to resize

libsimpleioMSG_DONTWAIT Field

Enables nonblocking operation; if the operation would block, EAGAIN or EWOULDBLOCK is returned.

Namespace: IO.Bindings
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public const int MSG_DONTWAIT = 64

Field Value

Int32
See Also