IConnector

Summary

Represents a Connector.

Properties

Structure

class IConnector
applications

A list of applications of the connector

Type

IEnumerable[IApplicationEndpoint]

channel

The channel of the connector.

Type

IChannel

controller

The controller of the connector.

Type

IController

ecu

The parent ecu of the connector.

Type

IEcu

input_ports

A list of the input ports of the connector

Type

IEnumerable[IEcuPort]

networks

A list of networks of the connector

Type

IEnumerable[INetwork]

output_ports

A list of the output ports of the connector

Type

IEnumerable[IEcuPort]

uuid

The uuid of the connector.

Type

str