ST_GseAdapterInfo

Status and statistical data of the GSE network adapter.

Namespace: Tc3_Gse
Library: Tc3_Gse (Tc3_Gse.compiled-library)

TYPE ST_GseAdapterInfo :
STRUCT
    eStatus    : E_GseLinkStatus;
    nRx        : UDINT;
    nTx        : UDINT;
END_STRUCT
END_TYPE

Components

Name

Type

Description

eStatus

E_GseLinkStatus

GSE network adapter link status.

nRx

UDINT

Number of frames received.

nTx

UDINT

Number of frames sent.