XDR kommit v0.1.0 XDR.HyperInt View Source
This module is in charge of process the Hyper Integer types based on the RFC4506 XDR Standard
Link to this section Summary
Types
Every integer structure has a datum which represent the integer value which you try to encode
Functions
This function is in charge of decode the XDR value which represents an Hyper Integer value if the parameters are wrong an error will be raised, it receives an XDR.HyperInt structure which contains the binary to decode
This function is in charge of decode the XDR value which represents an Hyper Integer value if the parameters are wrong an error will be raised, it receives an XDR.HyperInt structure which contains the binary to decode
This function is in charge of encoding the Hyper Integer received by parameter if the parameters are wrong an error will be raised, it recieves an XDR.HyperInt structure which contains the hyper int
This function is in charge of encoding the Hyper Integer received by parameter if the parameters are wrong an error will be raised, it recieves an XDR.HyperInt structure which contains the hyper int
this function provides an easy way to create an XDR.HyperInt type
Link to this section Types
Specs
Every integer structure has a datum which represent the integer value which you try to encode
Link to this section Functions
Specs
This function is in charge of decode the XDR value which represents an Hyper Integer value if the parameters are wrong an error will be raised, it receives an XDR.HyperInt structure which contains the binary to decode
Returns a tuple with the Hyper Integer resulted from decode the XDR value and its remaining bits
Specs
This function is in charge of decode the XDR value which represents an Hyper Integer value if the parameters are wrong an error will be raised, it receives an XDR.HyperInt structure which contains the binary to decode
Returns the Hyper Integer resulted from decode the XDR value and its remaining bits
Specs
This function is in charge of encoding the Hyper Integer received by parameter if the parameters are wrong an error will be raised, it recieves an XDR.HyperInt structure which contains the hyper int
Returns a tuple with the XDR resulted from encoding the Hyper Integer value
Specs
This function is in charge of encoding the Hyper Integer received by parameter if the parameters are wrong an error will be raised, it recieves an XDR.HyperInt structure which contains the hyper int
Returns the XDR resulted from encoding the Hyper Integer value
Specs
this function provides an easy way to create an XDR.HyperInt type
returns a XDR.HyperInt struct with the value received as parameter