ST_EventParameters

Overview

Type:

Structure

Available as of:

V1.0.0.0

Inherits from:

-

Description

The structure ST_EventParameters is used to provide information about the generated events which result in a callback.

Structure Elements

Name

Data type

Description

ifIoLinkMaster

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.

usiChannelNumber

USINT

Channel of the device generating the event.

usiNumberOfEvents

USINT

Number of events referenced by the callback.

astIoLinkEvents

ARRAY [1...GVL.Gc_dwEventBufferSize] OF ST_IoLinkEvent

Array containing details about the events. For further information, refer to the Global Variables List.

Used By

IF_IoLinkEvent