Set the current state value.
#include <smartcard/sc_reader_state.h>
sc_response_code_t sc_reader_state_set_current_state(sc_reader_state_t *reader_state,
sc_reader_state_value_t current_state)
BlackBerry 10.2.0
The reader state instance. Must not be NULL.
The value of the current reader state to set.
SC_SCARD_S_SUCCESS upon success, an error code otherwise. See sc_response_code_t for error code definitions.