set_bytes
Description:
[ Version ( since = "0.7.21" ) ]
public void set_bytes (uint part, string key, uint len, void* bytes)
public void set_bytes (uint part, string key, uint len, void* bytes)
Set key
in part part
of this to have bytes
as a byte-array value.
Parameters:
this |
a message |
part |
a part number, which must be strictly less than the number returned by count_parts |
key |
a key in the mapping representing the part |
len |
a number of bytes |
bytes |
an array of |