Terminal.feedChildBinary

Sends a block of binary data to the child.

class Terminal
void
feedChildBinary
(
ubyte* data
,
size_t length
)

Parameters

data ubyte*

data to send to the child

length size_t

length of @data

Meta