exbee v0.0.4 Exbee.DecodableFrame protocol View Source

Protocol used to decode a binary message into a frame.

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function decode(frame, encoded_frame) View Source
decode(Exbee.DecodableFrame.t(), binary()) ::
  {:ok, Exbee.DecodableFrame.t()} | {:error, term()}