IFrame

Summary

Represents a Frame.

Properties

Structure

class IFrame
frame_type

The type of the frame.

Type

FrameType

length

The byte length of the frame.

Type

uint32

name

The name of the item.

Type

str

pdu_instances

The mapping to the pdus of the frame.

Type

Array[IPduInstance]

signal_activation_configs

A list of the states on which the signals of the frame are activated.

Type

List[ISignalActivation]

signals

The signals list of the frame.

Type

ICollection[ISignalInstance]

uuid

The uuid of the frame.

Type

str