PIPE_TYPE_MESSAGE top-level constant

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

The named pipe is a message pipe. If this value is not specified, the pipe is a byte pipe.

Implementation

@Deprecated('Use NAMED_PIPE_MODE.PIPE_TYPE_MESSAGE instead')
const PIPE_TYPE_MESSAGE = 0x00000004;