Indicates whether the endpoint automatically uses the MAC Address property as the source MAC address in transmitted frames. When this property is true (default), the endpoint ignores the source MAC address in frame data provided to Write (e.g. Write (Frame Ethernet) ). The endpoint automatically replaces the source MAC address in frame data with the endpoint's MAC Address property, and uses that for the transmitted frame. This convenience allows you to leave the source MAC address uninitialized (e.g. all zero) in frame data. When this property is false, the endpoint uses the source MAC address in frame data for each transmitted frame. You must provide a valid source MAC address in frame data provided to Write. This can be useful if you are simulating a specific ECU in the network.

Remarks

The following table lists the characteristics of this property.

Short Name Enet.SrcMacAuto?
Data type cbool.png
Permissions Read/Write