Struct SensorEthernetConfigurationInformation

Struct Documentation

struct SensorEthernetConfigurationInformation

Public Functions

void betoh()

Convert content from big endian to host byte order (for each member)

Public Members

uint32_t BroadCast_SenIpAdd

IP address by the Sensor to send/receive all the data to/from it except Diagnostic related.

Note

Example : If IP address is 10.250.50.20 then signal value is 0x0AFA3210

uint32_t BroadCast_DestIpAdd

IP address by the destination (other ECU or gateway)

Note

Example : If IP address is 10.250.50.20 then signal value is 0x0AFA3210

uint32_t BroadCast_SenNetmask

Netmask used for communication except for Diagnostics.

Note

IP Address Range 1: 10.0.0.1 to 10.255.255.254 (Net Mask - FF00 0000) IP Address Range 2: 172.16.0.1 to 172.31.255.254 (Net Mask - FFF0 0000) IP Address Range 3: 192.168.0.1 to 192.168.255.254 (Net Mask - FFFF 0000)

uint16_t BroadCast_SenVlan

VLAN by the Sensor to Send/receive all the data to/from it except Diagnostic related.

Note

If no VLAN is used then 0xFFFF is sent

uint16_t BroadCast_SouPort

Port number by the Sensor to Send/receive all the data to/from it except Diagnostic related.

uint32_t BroadCast_SouPortUnassigned

0

uint16_t BroadCast_DestPort

Port number by the destination(other ECU or gateway)

uint32_t BroadCast_DestPortUnassigned

0