Elixir XDR v0.1.1 XDR.Type.VariableOpaque View Source

Variable-length binary data

Link to this section Summary

Link to this section Types

Link to this type

encoding()

View Source
encoding() :: <<_::_*32>>
Link to this type

t()

View Source
t() :: %XDR.Type.VariableOpaque{
  length: XDR.Size.t(),
  max_length: XDR.Size.t(),
  type_name: String.t(),
  value: binary()
}