XDR Filter Primitives

The XDR standard translates both basic and constructed data types. For basic data types such as integer, XDR provides basic filter primitives that:

For constructed data types, XDR provides constructed filter primitives that allow the use of basic data types (such as integers and floating-point numbers) to create more complex constructs (such as arrays and discriminated unions).

Topics


[Back: XDR Data Types and their Filter Primitives]
[Next: Integer Filter Primitives]