User's Guide
Tarvos User Guide - Version 0.3 66
reader.profile.save()
Permission
admin
Min parameters
1
Max parameters
1
Saves current reader configuration to specified profile name.
Param 1: 'name' ==> (String) Name of profile to save (can be "loaded"
later)
reader.profile.show_running_config()
Permission
admin
Min parameters
0
Max parameters
0
Shows the current running configuration parameters of the reader.
reader.view_log()
Permission
admin
Min parameters
0
Max parameters
2
View some or all of the logged messages stored on the reader.
Param 1: 'max' ==> (Integer) View the last 'count' logs stored (defaults
to 100).
Param 2: 'level' ==> (Enum) Type of logs to display from system. All logs
will be displayed
for the level chosen and higher (i.e. warning
logs include errors).
('error', 'warning', 'info', 'debug')
Example:
reader.view_log(max=20, level=info)
ok
reader.dsp_reset()
Permission
admin
Min parameters
0
Max parameters
0
Resets the DSP processor.
reader.clear_licenses()
Permission
admin
Min parameters
0
Max parameters
0
Clears all of the active reader licenses. This will disable any functionality
used that relates to the cleared licenses.
reader.clear_key_rings()
Permission
admin
Min parameters
0
Max parameters
0
Clear all key rings from reader memory.
reader.get_auth_token()
Permission
admin
Min parameters
0
Max parameters
0
Provides an authorization token for firmware update. Used automatically by the
web page and by the GUI.