onStatusChange

onStatusChange — a virtual method invoked on change of status.

Syntax

For C++, Java, and C#:

virtual void onStatusChange(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