Skip to main content

Module array

Module array 

Source
Expand description

The Array type, used to contain OPC-UA arrays, which are potentially multi-dimensional, but stored as a single vector of Variants.

Structs§

Array
An array is a vector of values with an optional number of dimensions. 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§

ArrayError
Error returned when creating arrays.

Functions§

values_are_of_type
Check that all elements in the slice of arrays are the same type.