Module kpro_rsp_lib

Function Index

dec_struct/4Decode struct.
decode/4Decode message body binary (without the leading 4-byte correlation ID).

Function Details

dec_struct/4

dec_struct(Schema, Fields, Stack, Bin) -> any()

Decode struct.

decode/4

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