class Net::TTI::PreAuthentication

Private Instance Methods

_function_code() click to toggle source
# File lib/net/tti/messages/function_calls/authentication.rb, line 67
def _function_code
  return FUNCTION_CODE_PRE_AUTH
end
_logon_mode() click to toggle source
# File lib/net/tti/messages/function_calls/authentication.rb, line 72
def _logon_mode
  return Authentication::LOGON_MODE_PRE_AUTH
end