RADIUS_CODE_E
This object provides RADIUS message codes.
This topic lists the expressions that are provided by this class.
Enumerations
ACCESS_ACCEPT
ACCESS_CHALLENGE
ACCESS_REJECT
ACCESS_REQUEST
ACCOUNTING_REQUEST
ACCOUNTING_RESPONSE
STATUS_CLIENT
STATUS_SERVER
Expressions
EQ ( radius_code_e m)
The result is Boolean TRUE if the input argument is equal to the RADIUS message code by this object.
Parameters (expressions not allowed):
m - RADIUS Message Code
Returns: bool_at
NE ( radius_code_e m)
The result is Boolean FALSE if the input argument is equal to the RADIUS message code by this object.
Parameters (expressions not allowed):
m - RADIUS Message Code
Returns: bool_at