append_take
Description:
[
Version ( since =
"2.32" ) ]
public void append_take (
owned uint8[] data)
Appends data.length
bytes from data
to this.
This function is exactly equivalent to append with
TAKE as second argument; it exists mainly for convenience and simplifying
language bindings.
Parameters:
this |
a MessageBody
|
data |
data to append
|
length |
length of data
|