EventIDs (GVL)

InOut:

Name

Type

Initial

Comment

CMPID_SysEthernet

DWORD

16#11C

ComponentID to specify for EventOpen

EVTPARAMID_SysEthernet

WORD

16#1

ID for the event parameter structure

EVTVERSION_SysEthernet

WORD

16#2

Version for the event parameter structure

EVT_EthPacketArrived

DWORD

(SHL(UINT_TO_DWORD(EventClass.EVTCLASS_INFO), 16) OR 16#1)

Event is sent when Ethernet packet has arrived pEventParam may point to EVTPARAM_SysEthernet

EVT_EthPacketSent

DWORD

(SHL(UINT_TO_DWORD(EventClass.EVTCLASS_INFO), 16) OR 16#2)

Event is sent when Ethernet packet was sent pEventParam may point to EVTPARAM_SysEthernet

EVT_EthGetParameterValue

DWORD

(SHL(UINT_TO_DWORD(EventClass.EVTCLASS_INFO), 16) OR 16#3)

Event is created by the platform specific adaptation of SysEthernet, in case there are parameters, that are designed to be changed by the application. This way it is possible for the application to check if there are such possibilities and to get some parameters by calling “EventPost” pEventParam may point to EVTPARAM_SysEthernet

EVT_EthSetParameterValue

DWORD

(SHL(UINT_TO_DWORD(EventClass.EVTCLASS_INFO), 16) OR 16#4)

Event is created by the platform specific adaptation of SysEthernet, in case there are parameters, that are designed to be changed by the application. This way it is possible for the application to check if there are such possibilities and to set some parameters by calling “EventPost” pEventParam may point to EVTPARAM_SysEthernet