Create Ethernet Msg
Creates an ethernet message object with default values in its fields.
Argument Description
message_protocol (str): Supported types:[UDP, SOME_IP, SOME_IP_SD, DHCP, DOIP]
Returns
if a message created : return object with type message_protocol
Example
${res} = Create Ethernet Msg UDP
Note
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.