OnBufferedReportInd
METHOD OnBufferedReportInd
VAR_INPUT
ipAA : I_ScsmAssociationClass;
info : ST_ScsmReportEventInfo;
ipBrcb : I_AcsiCommonBufferedReportControlBlockClass;
ipDataSet : I_AcsiCommonDataSetClass;
ipData : I_AcsiCommonDataClass;
eFc : E_AcsiFc;
eError : E_AcsiServiceError;
END_VAR
ipAA: Interface pointer of type: I_ScsmAssociationClass. If several connection instances are active, this pointer can be used to determine the object instance running the service. This parameter is optional and reserved for future use. The pointer value 0 defines the parameter as optional.
info: Structured variable of type ST_ScsmReportEventInfo with additional information on the report.
ipBrcb: Interface pointer of type I_AcsiCommonBufferedReportControlBlockClass.
ipDataSet: Interface pointer of type: I_AcsiCommonDataSetClass
ipData: Interface pointer of type: I_AcsiCommonDataClass.
eFc: Functional group as enumeration type: E_AcsiFc.
eError: Enumeration type: E_AcsiServiceError.