MeshxRpc.Protocol.Default.conn_ref
You're seeing just the function
conn_ref
, go back to MeshxRpc.Protocol.Default module for more information.
Specs
conn_ref() :: binary()
Returns connection reference as 4 bytes random binary.
iex(1)> MeshxRpc.Protocol.Default.conn_ref()
<<171, 248, 41, 163>>
iex(2)> MeshxRpc.Protocol.Default.conn_ref() |> Base.encode64(padding: false)
"IKWzCw"