Class: Net::TTI::PreAuthenticationResponse

Inherits:
Message
  • Object
show all
Defined in:
lib/net/tti/messages/function_calls/pre_authentication_response.rb

Constant Summary

Constants inherited from Message

Message::TTC_CODE_DATA_TYPE_NEGOTIATION, Message::TTC_CODE_ERROR, Message::TTC_CODE_FUNCTION_CALL, Message::TTC_CODE_OK, Message::TTC_CODE_PROTOCOL_NEGOTIATION

Instance Method Summary collapse

Methods inherited from Message

from_data_string, handles_response_for_ttc_code

Instance Method Details

#auth_sesskeyObject



14
15
16
17
# File 'lib/net/tti/messages/function_calls/pre_authentication_response.rb', line 14

def auth_sesskey
  param = find_param("AUTH_SESSKEY", true)
  return param.kvp_value.tns_unhexify
end

#auth_vfr_dataObject



19
20
21
22
# File 'lib/net/tti/messages/function_calls/pre_authentication_response.rb', line 19

def auth_vfr_data
  param = find_param("AUTH_VFR_DATA", true)
  return param.kvp_value.tns_unhexify
end