dec_struct/4 | Decode struct. |
decode/4 | Decode message body binary (without the leading 4-byte correlation ID). |
dec_struct(Schema, Fields, Stack, Bin) -> any()
Decode struct.
decode(API::kpro:api(), Vsn::kpro:vsn(), Body0::binary(), Ref::false | reference()) -> kpro:rsp()
Decode message body binary (without the leading 4-byte correlation ID).
Generated by EDoc