The Verimatrix observer interface can be implemented by Internal component, such as RTE wrapper etc. And it is used to inform verimatrix's state change..
import "IVerimatrixObserver.idl";
Public Member Functions | |
oneway void | OnStateChange (in IVerimatrixService::TState state, in long sessionId) |
oneway void IVerimatrixObserver::OnStateChange | ( | in IVerimatrixService::TState | state, | |
in long | sessionId | |||
) |
When verimatrix changes, call this method.
state | STATE_IDLE STATE_WAIT STATE_INIT STATE_PMT STATE_ECM. | |
sessionId | Mession session ID, |