#include <eap.hxx>
Public Member Functions | |
EapType (ACE_Byte type) | |
This constractor is used for legacy Request/Response. | |
EapType (ACE_UINT16 vid, ACE_UINT16 vty) | |
This constractor is used for extended Request/Response. | |
bool | operator== (EapType ty) |
bool | operator!= (EapType ty) |
bool | IsVSE () |
Public Attributes | |
ACE_Byte | type |
ACE_UINT16 | vendorId |
ACE_UINT16 | vendorType |
|
This function is used for checking whether this eap type has a vendor-specific extention or not. |
|
This operator is used for inequality check for given two EapType values. |
|
This operator is used for equality check for given two EapType values. |