The structure ST_EventParameters is used to provide information about the generated events which result in a callback.
Name |
Data type |
Description |
---|---|---|
SE_IoLinkBase.IF_IoLinkMaster |
Interface of the IoLinkMaster generating the event.
NOTE: Use the connector provided by the interfaceifIoLinkMaster.Connector for a comparison with the IO-Link master configured inside your application.
|
|
USINT |
Channel of the device generating the event. |
|
USINT |
Number of events referenced by the callback. |
|
ARRAY [1...GVL.Gc_dwEventBufferSize] OF ST_IoLinkEvent |
Array containing details about the events. For further information, refer to the Global Variables List. |