Module orca_response

Data Types

ctx()

ctx() = #orca_response_ctx{}

Function Index

data_in/2
get_packet/1
new/0

Function Details

data_in/2

data_in(IOLOrBin::iolist() | binary(), Ctx0::ctx()) -> {ok, ctx()} | {error, Reason::term()}

get_packet/1

get_packet(Ctx0::ctx()) -> {ok, binary(), ctx()} | {error, not_ready}

new/0

new() -> ctx()


Generated by EDoc, Aug 1 2015, 21:59:11.