API Reference Elixir XDR v0.3.10
Modules
This module manages the Boolean
type based on the RFC4506 XDR Standard.
This module contains the definition of XDR.BoolError
exception that may be raised by the XDR.Bool
module.
Behaviour definition for the types declared based on RFC4506 XDR standard.
This module manages the Double-Precision Floating-Point
type based on the RFC4506 XDR Standard.
This module contains the definition of XDR.DoubleFloatError
exception that may be raised by the XDR.DoubleFloat
module.
This module manages the Enumeration
type based on the RFC4506 XDR Standard.
This module contains the definition of XDR.EnumError
exception that may be raised by the XDR.Enum
module.
This module manages the Fixed-Length Array
type based on the RFC4506 XDR Standard.
This module contains the definition of XDR.FixedArrayError
exception that may be raised by the XDR.FixedArray
module.
This module manages the Fixed-Length Opaque Data
type based on the RFC4506 XDR Standard.
This module contains the definition of XDR.FixedOpaqueError
exception that may be raised by the XDR.FixedOpaque
module.
This module manages the Floating-Point
type based on the RFC4506 XDR Standard.
This module contains the definition of XDR.FloatError
exception that may be raised by the XDR.Float
module.
This module manages the Hyper Integer
type based on the RFC4506 XDR Standard.
This module contains the definition of XDR.HyperIntError
exception that may be raised by the XDR.HyperInt
module.
This module manages the Unsigned Hyper Integer
type based on the RFC4506 XDR Standard.
This module contains the definition of XDR.HyperUIntError
exception that may be raised by the XDR.HyperUInt
module.
This module contains the definition of XDR.IntError
exception that may be raised by the XDR.Int
module.
This module manages the Optional-Data
type based on the RFC4506 XDR Standard.
This module contains the definition of XDR.OptionalError
exception that may be raised by the XDR.Optional
module.
This module is not supported by the actual byte size
This module manages the String
type based on the RFC4506 XDR Standard.
This module contains the definition of XDR.StringError
exception that may be raised by the XDR.String
module.
This module manages the Structure
type based on the RFC4506 XDR Standard.
This module contains the definition of XDR.StructError
exception that may be raised by the XDR.Struct
module.
This module manages the Unsigned Integer
type based on the RFC4506 XDR Standard.
This module contains the definition of XDR.UIntError
exception that may be raised by the XDR.UInt
module.
This module manages the Discriminated Union
type based on the RFC4506 XDR Standard.
This module contains the definition of XDR.UnionError
exception that may be raised by the XDR.Union
module.
This module manages the Variable-Length Array
type based on the RFC4506 XDR Standard.
This module contains the definition of XDR.VariableArrayError
exception that may be raised by the XDR.VariableArray
module.
This module manages the Variable-Length Opaque Data
type based on the RFC4506 XDR Standard.
This module contains the definition of XDR.VariableOpaqueError
exception that may be raised by the XDR.VariableOpaque
module.
This module manages the Void
type based on the RFC4506 XDR Standard.
This module contains the definition of XDR.VoidError
exception that may be raised by the XDR.Void
module.