Pipe.read

Read a single ubyte from the pipe. Moves the internal offset so that every call to read will return a new portion of the message.

Parameters

output ubyte

the ubyte to write the result to

msg message_id

the message to read from

Return Value

Type: size_t

number of bytes actually read into output

Meta