ethernetPacket::GetVlanPriority
Valid for: CANoe DE • CANoe4SW DEMethod Syntax
dword ethernetPacket.GetVlanPriority(); // form 1dword ethernetPacket.GetVlanPriority(dword vlanIndex); // form 2
Description
Returns the VLAN priority, if the Ethernet packet contains a VLAN tag. For double-tagged VLAN form 2 can be used to access a specific VLAN priority.Parameters
- vlanIndex: Index of the VLAN tag for double-tagged VLANs. Index 0 is the inner VLAN, index 1 the outer VLAN.
Range: 0..2