Get the current state value.
#include <smartcard/sc_reader_state.h>
sc_response_code_t sc_reader_state_get_current_state(const 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 retrieved current reader state. Must not be NULL.
SC_SCARD_S_SUCCESS upon success, an error code otherwise. See sc_response_code_t for error code definitions.