ankh v0.4.6 Ankh.Frame.Splittable protocol

Protocol for splitting frames after encoding to wire format

Link to this section Summary

Types

Encode/Decode options

t()

Data type conforming to the Ankh.Frame.Splittable protocol

Functions

Returns N frames for frame with the specified frame_size

Link to this section Types

Link to this type options()
options() :: Keyword.t()

Encode/Decode options

Link to this type t()
t() :: term() | nil

Data type conforming to the Ankh.Frame.Splittable protocol

Link to this section Functions

Link to this function split(frame, frame_size)

Returns N frames for frame with the specified frame_size.