PIPE_READMODE_BYTE top-level constant

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

Data is read from the pipe as a stream of bytes. This mode can be used with either PIPE_TYPE_MESSAGE or PIPE_TYPE_BYTE.

Implementation

@Deprecated('Use NAMED_PIPE_MODE.PIPE_READMODE_BYTE instead')
const PIPE_READMODE_BYTE = 0x00000000;