View Source MNDP.Packet (mndp v0.1.1)

Functions for decoding and encoding the raw packet binary

Summary

Functions

@spec decode(binary()) :: {:ok, MNDP.t()} | {:error, atom()}

See MNDP.decode/1.

@spec encode(MNDP.t()) :: binary()

See MNDP.encode/1.