bitflag enum io.NamedPipeEvents

Overview

This enumeration contains codes of all possible events that might happen on io.NamedPipe object. The set of active events is accessible via io.NamedPipe.m_activeEvents. More…

bitflag enum NamedPipeEvents {
    IoError,
    IncomingConnection,
};

Detailed Documentation

This enumeration contains codes of all possible events that might happen on io.NamedPipe object. The set of active events is accessible via io.NamedPipe.m_activeEvents.

See also:

io.NamedPipe

Enum Values

IoError

An IO error occured on the named pipe server; detailed information about the error is available at io.NamedPipe.m_ioError.