Someip Transmitter Module

class mtf.network_port.someip_transmitter.TypeMessage

An enumeration.

REQUEST
REQUEST_NO_RETURN
NOTIFICATION
TP
REQUEST_ACK
REQUEST_NO_RETURN_ACK
NOTIFICATION_ACK
ERROR
RESPONSE
RESPONSE_ACK
ERROR_ACK
UNKNOWN
class mtf.network_port.someip_transmitter.CodeReturn

An enumeration.

Ok
Not_Ok
Unknown_Service
Unknown_Method
Not_Ready
Not_Reachable
Timeout
Wrong_Protocol_Version
Wrong_Interface_Version
Malformed_Message
Reserved
Unknown
class mtf.network_port.someip_transmitter.SomeipTransmitter

This class is used to inject an incorrect Some/IP message in the traffic.

message_queue
__init__()
create_someip_msg()

This function used to Creates a SOME/IP message object with default values in its fields. If you need to modify any of these fields, please consult the ANDI SDK documentation for further guidance. Please note that if you are working with complex types, you will need to use the convert_to function to properly convert your values into the appropriate format for the message object. To do : support other complexe type.

convert_to_ethernet_type(value: int)
convert_to_someip_message_type(value)
convert_to_someip_return_code(value)
send_someip_packet_over_udp(channel_name: str, message: IMessageSomeIP)