exgencode v1.0.0 Exgencode.Pdu.Protocol protocol
Link to this section Summary
Functions
Decode a binary into the specified Elixir structure
Encode the Elixir structure into a binary give the protocol version
Returns the size of the field in bits
Link to this section Types
Link to this section Functions
Link to this function
decode(pdu, binary, version)
Decode a binary into the specified Elixir structure.
Link to this function
encode(pdu, version)
Encode the Elixir structure into a binary give the protocol version.
Link to this function
sizeof(pdu, fieldName)
Returns the size of the field in bits.