Method SSL.Constants.fmt_constant()
- Method fmt_constant
stringfmt_constant(intc,stringprefix)- Description
Return a descriptive name for a constant value.
- Parameter
c Value to format.
- Parameter
prefix Constant name prefix. Eg
"CONNECTION".
string fmt_constant(int c, string prefix)
Return a descriptive name for a constant value.
cValue to format.
prefixConstant name prefix. Eg "CONNECTION".