Table of Contents

Class LibcFcntlConstants

Namespace
Yubico.PlatformInterop
Assembly
Yubico.Core.dll
public static class LibcFcntlConstants
Inheritance
object
LibcFcntlConstants

Fields

F_GETFL

public const int F_GETFL = 3

Field Value

int

F_SETFL

public const int F_SETFL = 4

Field Value

int

O_NONBLOCK

public const int O_NONBLOCK = 2048

Field Value

int