E_GseLinkStatus
GSE network adapter link status.
Namespace: Tc3_Gse
Library: Tc3_Gse (Tc3_Gse.compiled-library)
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_GseLinkStatus :
(
Ok := 0,
LinkError := 1
);
END_TYPE
Values
Name | Description |
---|---|
Ok | The link has been established. |
LinkError | The link has been interrupted. |