IApplicationEndpoint

Summary

Represents the endpoint on an Ecu in terms of application addressing.

Properties

Structure

class IApplicationEndpoint
connector

Information about the connector.

Type

IConnector

consumedServices

A list of the consumed services.

Type

IEnumerable[IConsumedService]

id_string

The id of the endpoint in string format.

Type

str

ip

Retrieves the IP address associated to a message.

Type

str

name

Display name.

Type

str

network

Contains the list of network endpoint addresses.

Type

INetwork

network_mask

Retrieves the network mask address associated to the IP address.

Type

str

pdu_collection_timeout
Defines the time in seconds which shall pass before a socket with Pdu collection enabled

shall be transmitted to the lower layer after the first Pdu has been put into the socket buffer.

Type

float or None

port

Retrieves the port number used for TCP or UDP connections.

Type

int32

protocol

Gets description of the transport protocol(TCP or UDP).

Type

str

providedServices

A list of the provided services.

Type

IEnumerable[IProvidedService]

uuid
In ARXML, extract the unique identifier from UUID if it exists, or the path of the element otherwise

In FIBEX, extract the unique identifier from OID or ID

Type

str