PIPE_TYPE_MESSAGE top-level constant
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;
The named pipe is a message pipe. If this value is not specified, the pipe is a byte pipe.
@Deprecated('Use NAMED_PIPE_MODE.PIPE_TYPE_MESSAGE instead')
const PIPE_TYPE_MESSAGE = 0x00000004;