![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
A structure which describes a VLAN identification. More...
#include <tsIPProtocols.h>
Public Attributes | |
| uint32_t | id |
| The VLAN id identifies the VLAN in an encapsulation layer. | |
| uint16_t | type |
| The VLAN type identifies the encapsulation type of the VLAN. | |
A structure which describes a VLAN identification.
| uint16_t ts::VLANId::type |
The VLAN type identifies the encapsulation type of the VLAN.
This is an Ethertype, typically one of ETHERTYPE_802_1Q, ETHERTYPE_802_1AD, ETHERTYPE_802_1AH.
| uint32_t ts::VLANId::id |
The VLAN id identifies the VLAN in an encapsulation layer.