Functions in
sc_reader_state.h
Functions that are available for working with the smart card reader states.
sc_reader_state_create()
Create an instance of an
sc_reader_state_t
.
sc_reader_state_destroy()
Destroy an
sc_reader_state_t
instance.
sc_reader_state_get_current_state()
Get the current state value.
sc_reader_state_get_event_state()
Get the event state value.
sc_reader_state_get_reader_name()
Get the name of the card reader.
sc_reader_state_set_current_state()
Set the current state value.
sc_reader_state_set_event_state()
Set the event state value.
sc_reader_state_set_reader_name()
Set the reader name.
Parent topic:
Smart card reader states (sc_reader_state.h)
Related concepts
Data types in sc_reader_state.h