ArrayDefinition

Summary

Represents the Definition of an array for SOME/IP standard.

Properties

Structure

class ArrayDefinition
is_dynamic

True if the array is of dynamic size, False if not.

Type

bool

is_fixed

True if the array is of fixed size, False if not.

Type

bool

length_field_size

Retrieves the array length of field size.

Type

uint32 or None

maximum_size

Maximum size of the array, this value is None if the array has a fixed size.

Type

int32 or None

minimum_size

Minimum size of the array.

Type

int32