onStatusChange

onStatusChange — a virtual method invoked on change of status.

Synopsis

For C++, Java, and C#:
virtual void onStatusChange(prev_state,  
 state); 
DHC_tState prev_state;
DHC_tState state;
 

Parameters

prev_state

The previous state.

state

The current state.

Description

This is a virtual method which is invoked on change of status. See getCnxState for a definition of the possible states.

See Also

getCnxState