[][src]Module opcua_types::variant

Contains the implementation of Variant.

Structs

MultiDimensionArray

A multi dimensional array is a vector of values, followed by a vector of sizes of each dimension. It is expected that the multi-dimensional array is valid, or it might not be encoded or decoded properly. The dimensions should match the number of values, or the array is invalid.

Enums

Variant

A Variant holds all other OPC UA types, including single and multi dimensional arrays, data values and extension objects.

VariantTypeId

The variant type id is the type of the variant but without its payload.