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

Variable-length ASCII data This is almost the same as VariableOpaque, except the requirement that bytes be in the ASCII range

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.String{
  length: XDR.Size.t(),
  max_length: XDR.Size.t(),
  type_name: String.t(),
  value: binary()
}