SetHostMACAddress
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
To simulate a PLC chip, the CCS Binding offers the option of sending the following three messages. For this purpose, it is recommended to create a separate communication participant that serves as a PLC chip simulation and sends the corresponding messages to the host. This method must first be called before to define the destination mac address of the messages. PLC chip messages:- CM_SET_KEY_CNF
- VS_HOST_ACTION_IND
- CM_ATTEN_PROFILE_IND
Parameters
- macAddress: Destination mac address of the mentioned three messages.
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