Summary
Represents the Definition of an array for SOME/IP standard.
ArrayDefinition.is_dynamic
ArrayDefinition.is_fixed
ArrayDefinition.length_field_size
ArrayDefinition.maximum_size
ArrayDefinition.minimum_size
Structure
True if the array is of dynamic size, False if not.
True
False
bool
True if the array is of fixed size, False if not.
Retrieves the array length of field size.
uint32 or None
uint32
Maximum size of the array, this value is None if the array has a fixed size.
None
int32 or None
int32
Minimum size of the array.