MLLP.TLSContract.recv

You're seeing just the callback recv, go back to MLLP.TLSContract module for more information.
Link to this callback

recv(socket, length)

Specs

recv(socket :: :ssl.sslsocket(), length :: integer()) ::
  {:ok, any()} | {:error, any()}
Link to this callback

recv(socket, length, timeout)

Specs

recv(socket :: :ssl.sslsocket(), length :: integer(), timeout :: integer()) ::
  {:ok, any()} | {:error, any()}