Method Standards.MsgPack.add_extension_header()
- Method
add_extension_header
void
add_extension_header(Stdio.Buffer
b
,int(-128..127)
type
,int(0..)
len
)- Description
Adds an extension header to
b
for given type and payload length.
void
add_extension_header(Stdio.Buffer
b
, int(-128..127)
type
, int(0..)
len
)
Adds an extension header to b
for given type and payload length.