Elixir XDR v0.1.1 XDR.Type.Opaque View Source
Fixed-length binary data
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %XDR.Type.Opaque{
length: XDR.Size.t(),
type_name: String.t(),
value: binary()
}