OnGetServerDirectoryCnf

METHOD OnGetServerDirectoryCnf
VAR_INPUT
    ipAA             : I_ScsmAssociationClass;
    info             : ST_ScsmConfirmedEventInfo;
    ipServer         : I_AcsiCommonIntelligentElectronicDeviceClass;
    eClass           : E_AcsiServerDirectoryClass;
    sObjectReference : T_AcsiObjectReference;
    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.

ipServer: Interface pointer of type I_AcsiCommonIntelligentElectronicDeviceClass of the server object that is queried.

eClass: Enumeration variable of type E_AcsiServerDirectoryClass. This parameter specifies which information is queried: Logical nodes or files.

sObjectReference:

eError: Enumeration type: E_AcsiServiceError.