XDR kommit v0.1.0 API Reference

Modules

XDR

Documentation for XDR.

This module is in charge of process the boolean types based on the RFC4056 XDR Standard

Behaviour definition that is in charge of keeping the types declared by the RFC4506 standard with these specifications

This module is in charge of process the Double-Precision Floating-Point types based on the RFC4506 XDR Standard

This module is in charge to process the Enum type based on the RFC4506 XDR Standard

Module that is in charge of raise the errors resulted from encode or decode operations

This module is in charge of containing the errors that may be raised by the XDR.Bool module

This module is in charge of containing the errors that may be raised by the XDR.DoubleFloat module

This module is in charge of containing the errors that may be raised by the XDR.Enum module

This module is in charge of containing the errors that may be raised by the XDR.FixedArray module

This module is in charge of containing the errors that may be raised by the XDR.FixedOpaque module

This module is in charge of containing the errors that may be raised by the XDR.Float module

This module is in charge of containing the errors that may be raised by the XDR.HyperInt module

This module is in charge of containing the errors that may be raised by the XDR.HyperUInt module

This module is in charge of containing the errors that may be raised by the XDR.Int module

This module is in charge of containing the errors that may be raised by the XDR.Optional module

This module is in charge of containing the errors that may be raised by the XDR.String module

This module is in charge of containing the errors that may be raised by the XDR.Struct module

This module is in charge of containing the errors that may be raised by the XDR.UInt module

This module is in charge of containing the errors that may be raised by the XDR.Union module

This module is in charge of containing the errors that may be raised by the XDR.VariableArray module

This module is in charge of containing the errors that may be raised by the XDR.VariableOpaque module

This module is in charge of containing the errors that may be raised by the XDR.Void module

this module is in charge of process the Fixed Array types based on the RFC4506 XDR Standard

This module is in charge of process the Fixed Length Opaque based on the RFC4506 XDR Standard

This module is in charge of process the Single-Precision Floating-Point types based on the RFC4506 XDR Standard

This module is in charge of process the Hyper Integer types based on the RFC4506 XDR Standard

This module is in charge of process the Hyper Unsigned Integer types based on the RFC4506 XDR Standard

This module is in charge of process the integer types based on the RFC4506 XDR Standard

This module is in charge of process the Optional data types based on the RFC4506 XDR Standard

This module is not supported by the actual byte size

this module is in charge of process the String types based on the RFC4506 XDR Standard

this module is in charge of process the struct types based on the RFC4056 XDR Standard

This module is in charge of process the unsigned integer types based on the RFC4506 XDR Standard

this module is in charge of process the Discriminated Union types based on the RFC4506 XDR Standard

this module is in charge of process the variable array types based on the RFC4506 XDR Standard

This module is in charge of process the Variable length opaque based on the RFC4506 XDR Standard

This module is in charge of manage the Void types based on the RFC4506 XDR Standard