XDR.Enum (Elixir XDR v0.3.10) View Source
This module manages the Enumeration
type based on the RFC4506 XDR Standard.
Link to this section Summary
Functions
Decode the Enumeration in XDR format to a XDR.Enum
structure.
Decode the Enumeration in XDR format to a XDR.Enum
structure.
If the binaries are not valid, an exception is raised.
Encode a XDR.Enum
structure into a XDR format.
Encode a XDR.Enum
structure into a XDR format.
If the declarations
or identifier
of the enum
is not valid, an exception is raised.
Create a new XDR.Enum
structure with the declarations
and identifier
passed.
Link to this section Types
Specs
XDR.Enum
structure type specification.
Link to this section Functions
Decode the Enumeration in XDR format to a XDR.Enum
structure.
Decode the Enumeration in XDR format to a XDR.Enum
structure.
If the binaries are not valid, an exception is raised.
Encode a XDR.Enum
structure into a XDR format.
Encode a XDR.Enum
structure into a XDR format.
If the declarations
or identifier
of the enum
is not valid, an exception is raised.
Specs
Create a new XDR.Enum
structure with the declarations
and identifier
passed.