PIPE_READMODE_MESSAGE top-level constant

  1. @Deprecated('Use NAMED_PIPE_MODE.PIPE_READMODE_MESSAGE instead')
int const PIPE_READMODE_MESSAGE

Data is read from the pipe as a stream of messages. This mode can be only used if PIPE_TYPE_MESSAGE is also specified.

Implementation

@Deprecated('Use NAMED_PIPE_MODE.PIPE_READMODE_MESSAGE instead')
const PIPE_READMODE_MESSAGE = 0x00000002;