Method

Summary

Represents the definition of a Method for SOME/IP standard

Properties

Structure

class Method
call_semantic

Compute the bit length and its position.

Type

CALLSEMANTIC

description

Description of the method.

Type

str

id_string

Id string of the method.

Type

str

identifier_integer

Retrieves the identifier of the event in integer format.

Type

uint16

input_parameters

represents all the input Parameters.

Type

Array[Parameter]

manufacturer_extension

gets the manufacturer extension.

Type

IManufacturerMethodExtension

name

name of the interface.

Type

str

reliable

Retrieves the reliable of the method.

Type

bool or None

return_parameters

gets the list of return Parameters of the current interface.

Type

Array[Parameter]

service_parent

get the service parent of the current interface.

Type

IServiceInterface

service_parent_identifier

get the service parent identifier of the current interface.

Type

uint16

tp

Configuation of SOMEIP-TP message

Type

SomeIpTP

uuid

UUID of the method.

Type

str