ST_MDP_ModuleHeader
TYPE ST_MDP_ModuleHeader :
STRUCT
iLen :UINT;
nAddr :DWORD;
sType :T_MaxString;
sName :T_MaxString;
nDevType :DWORD;
END_STRUCT
END_TYPE
The structure contains device information. This information always corresponds to the Table ID 0 of an MDP module. Each module possesses this module header.
iLen |
Specifies the number of parameters in the Table ID, in this case the module header. |
nAddr |
Specifies the address of the module. |
sType |
Specifies the type of module. Possible types are listed in the MDP module list.(Device Manager documentation). |
sName |
Specifies the name of this MDP module. |
nDevType |
Specifies the type of MDP module as code. |