E_GseDispatchMode

GSE network adapter receiving mode. This determines whether the frames received should also be sent to the operating system for further processing.

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

{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_GseDispatchMode :
(
    NonPromiscuous := 0,
    Monitor        := 1
)BYTE;
END_TYPE

Values

Name

Description

NonPromiscuous

Frames that are addressed to the GSE network adapter and processed (including Broadcast and Multicast frames) are no longer sent to the operating system for further processing.

Monitor

All frames received are sent to the operating system for further processing.