PIPE_READMODE_BYTE top-level constant

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

const PIPE_READMODE_BYTE = 0x00000000;