onStatusChange
onStatusChange — a virtual method invoked on change of status.
virtual void onStatusChange( | prev_state, | |
state); |
DHC_tState prev_state;DHC_tState state;prev_stateThe previous state.
stateThe current state.
This is a virtual method which is invoked on change of status. See
getCnxState for a definition of the possible
states.