feed_child_binary
Description:
[ Version ( deprecated = true , deprecated_since = "0.60" ) ]
public void feed_child_binary (uint8[]? data)
public void feed_child_binary (uint8[]? data)
Warning: feed_child_binary is deprecated since 0.60.
Sends a block of binary data to the child.
Note:
Don't send binary data.
Use feed_child instead to send UTF-8 text
Parameters:
this |
a Terminal |
data |
data to send to the child |
length |
length of |