ST_MDP_NIC_Properties

TYPE ST_MDP_NIC_Properties :
STRUCT
    iLen        : UINT;         (* Length *)
    sMACAddress : T_MaxString;  (* MAC Address *)
    sIPAddress  : T_MaxString;  (* IP Address *)
    sSubnetMask : T_MaxString;  (* Subnet Mask *)
    bDHCP       : BOOL;         (* DHCP *)
END_STRUCT
END_TYPE

The structure contains information on the IPC diagnostics module NIC (Network Interface Card).

This complete information can be queried by means of the function block FB_MDP_NIC_Read.

The parameters existing in this structure correspond to the subindices of the first table (Table ID 1) within the IPC-diagnostics NIC module.