E_GseDispatchMode
Namespace: Tc3_Gse
Library: Tc3_Gse (Tc3_Gse.compiled-library)
Syntax
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_GseDispatchMode :
(
NonPromiscuous:= 0,
Monitor := 1
)BYTE;
END_TYPE
Values
Name | Description |
---|---|
NonPromiscuous | Received Ethernet telegrams are not passed on to the operating system. |
Monitor | Received Ethernet telegrams are passed on to the operating system and can be processed further. |