GetEthernetSettings
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
MethodReturnValueType GetEthernetSettings(out uint64 MACAddress_out, out string IPv6Address_out)
Description
Gets the configured MAC address as uint64 and the IPv6 address as string in colon notation. For further transformation of IPv6 address see i.e. IpGetAddressAsArray.Parameters
- MACAddress_out: Gets the MAC address.
- IPv6Address_out: Gets the IPv6 address in colon notation.
Return Values
MethodReturnValueType All function calls (except for indications) will return a MethodReturnValueType indicating whether the call was successful or not. Possible values:0: OK1: InvalidArgument2: NoMatchingElementFound3: UnknownError