ST_ScsmConfirmedEventInfo

This structure provides additional information about the service feedback.

Namespace: Tc3_iec61850_8_1
Library: Tc3_iec61850_8_1 (Tc3_iec61850_8_1.compiled-library)

Syntax

TYPE ST_ScsmConfirmedEventInfo :
STRUCT
    eService       : E_AcsiServiceType;
    hUser          : PVOID;
    nInvokeID      : UDINT;
    nEventSequence : UDINT;
    bMoreFollows   : BOOL;
END_STRUCT
END_TYPE

Components

Name

Type

Description

eService

E_AcsiServiceType

Designation of service, the execution of which has generated the service feedback.

hUser

PVOID

Optional user-defined parameter or pointer. Any value for this parameter can be transferred in the methods for service activation (XyzMethodReq). The value is then mirrored in the event handling routine for the service feedback.

nInvokeID

UDINT

Identifies the service activation. Each new service activation (XyzMethodReq) is numbered consecutively. A copy of this number is mirrored in the service feedback (OnXyzMethodCnf).

nEventSequence

UDINT

Sequence number of the event handling routine. If the event handling routine is called repeatedly, the calls are numbered consecutively.

bMoreFollows

BOOL

FALSE => last call of the event handling routine. TRUE => further calls of the event handling routine will follow.