View Source KNXex.Frames.FrameEncoder protocol (knxex v0.1.0)
Frame Encoder protocol for the Multicast Server.
Link to this section Summary
Functions
Encodes the structure into a bitstring for the request payload.
Returns the correct request type for the given datatype.
Link to this section Types
@type t() :: term()
Link to this section Functions
Encodes the structure into a bitstring for the request payload.
@spec get_request_type(t()) :: KNXex.Frame.request_type()
Returns the correct request type for the given datatype.