OnIdentifyCnf

METHOD OnIdentifyCnf
VAR_INPUT
    ipAA        : I_ScsmAssociationClass;
    info        : ST_ScsmConfirmedEventInfo;
    sVendorName : T_MmsString;
    sModelName  : T_MmsString;
    sRevision   : T_MmsString;
    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_ScsmConfirmedEventInfo with additional information.

sVendorName: Manufacturer designation of type: T_MmsString.

sModelName: Model name of type: T_MmsString.

sRevision: Revision string of type: T_MmsString.

eError: Enumeration type: E_AcsiServiceError.