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