XDR kommit v0.1.0 XDR.VariableOpaque View Source
This module is in charge of process the Variable length opaque based on the RFC4506 XDR Standard
Link to this section Summary
Types
Every double float structure has a float which represent the Double-Precision Floating-Point value which you try to encode
Functions
this function is in charge of decode the XDR into a variable length opaque,it receives an XDR.VariableOpaque stucture which contains the needed data to decode the opaque
this function is in charge of decode the XDR into a variable length opaque,it receives an XDR.VariableOpaque stucture which contains the needed data to decode the opaque
this function is in charge of encode the variable length opaque into an XDR,it receives an XDR.VariableOpaque stucture which contains the needed data to encode the opaque
this function is in charge of encode the variable length opaque into an XDR,it receives an XDR.VariableOpaque stucture which contains the needed data to encode the opaque
this function provides an easy way to create an XDR.VariableOpaque type
Link to this section Types
Specs
Every double float structure has a float which represent the Double-Precision Floating-Point value which you try to encode
Link to this section Functions
Specs
this function is in charge of decode the XDR into a variable length opaque,it receives an XDR.VariableOpaque stucture which contains the needed data to decode the opaque
returns an :ok tuple with the resulted binary
Specs
this function is in charge of decode the XDR into a variable length opaque,it receives an XDR.VariableOpaque stucture which contains the needed data to decode the opaque
returns an :ok tuple with the resulted binary
Specs
this function is in charge of encode the variable length opaque into an XDR,it receives an XDR.VariableOpaque stucture which contains the needed data to encode the opaque
returns an :ok tuple with the resulted XDR
Specs
this function is in charge of encode the variable length opaque into an XDR,it receives an XDR.VariableOpaque stucture which contains the needed data to encode the opaque
returns the resulted XDR
Specs
this function provides an easy way to create an XDR.VariableOpaque type
returns a XDR.VariableOpaque struct with the value received as parameter