ST_IPCDiag_Module

The structure contains module information about a module instance. The module type, the module index (if several modules of a type exist) and the dynamically created module ID are specified.

TYPE ST_IPCDiag_Module :
STRUCT
    eModType   : E_IPCDiag_ModuleType;
    nModId     : BYTE;     (* dynamically created module id *)
    nModIdx    : USINT;    (* 1= first instance of this module type (= default) *)
    nModCnt    : USINT;    (* quantity of instances of this module type in the module list *)
END_STRUCT
END_TYPE