ENCX SDK  5.5.0.370
Public Member Functions | List of all members
ENCX::DongleObserver Class Reference

Observe the state of the security device. More...

import"encxcom.idl";

Inheritance diagram for ENCX::DongleObserver:
Inheritance graph
[legend]

Public Member Functions

HRESULT Register (IDongle *dongle)
 Register to be notified of dongle state changes. More...
 
HRESULT Unregister (void)
 Ask to not be notified of dongle state changes. More...
 
HRESULT OnDongleChangeEvt (void)
 Occurs when the state of the dongle has changed. More...
 

Detailed Description

Observe the state of the security device.

Properties and methods via IDongleObserver.

Notifications via _IDongleObserverEvents.

Definition at line 3976 of file encxcom.idl.

Member Function Documentation

◆ OnDongleChangeEvt()

HRESULT ENCX::_IDongleObserverEvents::OnDongleChangeEvt ( void  )
inherited

Occurs when the state of the dongle has changed.

◆ Register()

HRESULT IDongleObserver::Register ( IDongle dongle)
inherited

Register to be notified of dongle state changes.

◆ Unregister()

HRESULT IDongleObserver::Unregister ( void  )
inherited

Ask to not be notified of dongle state changes.