ETHER_TYPE_E¶
This object represents one of the ether types.
This topic lists the expressions that are provided by this class.
Enumerations¶
ARP
ETHERTYPE_UNKNOWN
IPV4
IPV6
PUP
REVARP
VLAN
Expressions¶
EQ ( ether_type_e ethertype)
The result is Boolean TRUE if the input argument is equal to the ethertype represented by this object.
Parameters (expressions not allowed):
ethertype - EtherType
Returns: bool_at
NE ( ether_type_e ethertype)
The result is Boolean TRUE if the input argument is not equal to the ethertype represented by this object.
Parameters (expressions not allowed):
ethertype - EtherType
Returns: bool_at