str_PortDiag

All port diagnostic information is represented in the data structure str_PortDiag.

TYPE str_PortDiag :

STRUCT
    PortId             : STRING(128);
    PortDescription    : STRING(128);
    SystemName         : STRING(128);
    SystemDescription  : STRING(128);
    ChassisId          : STRING(128);
END_STRUCT

END_TYPE