
Data Fields | |
| NETSIM_ID | lanId |
| UINT | interfaceCount |
| NETSIM_ID * | interfaceId |
| NETSIM_IPAddress | lanIP |
| UINT16 | vlanId |
| ptrETH_IF * | ethIfVar |
| ptrETH_SPT | spt |
| SWITCHING_TECHNIQUE | switchingTechnique |
| double | latency |
| bool | STPStatus |
| ptrSWITCHTABLE | switchTable |
| char * | ethernetStandard |
| double | speed |
| bool | ispromiscuousMode |
Definition at line 164 of file Ethernet.h.
| char* stru_ethernet_lan::ethernetStandard |
Definition at line 182 of file Ethernet.h.
| ptrETH_IF* stru_ethernet_lan::ethIfVar |
Definition at line 172 of file Ethernet.h.
| UINT stru_ethernet_lan::interfaceCount |
Definition at line 167 of file Ethernet.h.
| NETSIM_ID* stru_ethernet_lan::interfaceId |
Definition at line 168 of file Ethernet.h.
| bool stru_ethernet_lan::ispromiscuousMode |
Definition at line 185 of file Ethernet.h.
| NETSIM_ID stru_ethernet_lan::lanId |
Definition at line 166 of file Ethernet.h.
| NETSIM_IPAddress stru_ethernet_lan::lanIP |
Definition at line 169 of file Ethernet.h.
| double stru_ethernet_lan::latency |
Definition at line 178 of file Ethernet.h.
| double stru_ethernet_lan::speed |
Definition at line 183 of file Ethernet.h.
| ptrETH_SPT stru_ethernet_lan::spt |
Definition at line 174 of file Ethernet.h.
| bool stru_ethernet_lan::STPStatus |
Definition at line 179 of file Ethernet.h.
| SWITCHING_TECHNIQUE stru_ethernet_lan::switchingTechnique |
Definition at line 177 of file Ethernet.h.
| ptrSWITCHTABLE stru_ethernet_lan::switchTable |
Definition at line 180 of file Ethernet.h.
| UINT16 stru_ethernet_lan::vlanId |
Definition at line 170 of file Ethernet.h.