PcapPlusPlus
Next
|
#include <LdapLayer.h>
Public Member Functions | |
bool | operator== (const LdapControl &other) const |
Public Attributes | |
std::string | controlType |
LDAP control type. | |
std::string | controlValue |
LDAP control value. | |
A struct that represents an LDAP Control
|
inline |
Equality operator overload for this struct
[in] | other | The value to compare with |