Gjsify LogoGjsify Logo

A bitwise combination representing a condition to watch for on an event source.

bitfield

Index

Enumeration Members

Enumeration Members

ERR: number

Error condition.

HUP: number

Hung up (the connection has been broken, usually for pipes and sockets).

IN: number

There is data to read.

NVAL: number

Invalid request. The file descriptor is not open.

OUT: number

Data can be written (without blocking).

PRI: number

There is urgent data to read.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method