SmartcardManager
Object Hierarchy:
Description:
[
CCode ( type_id =
"spice_smartcard_manager_get_type ()" ) ]
public class SmartcardManager :
Object
The SmartcardManager struct is opaque and should not be accessed directly.
Content:
Static methods:
Creation methods:
Methods:
- public List<SmartcardReader> get_readers ()
Gets the list of smartcard readers that are currently available, they can be
either software (emulated) readers, or hardware ones.
- public bool insert_card ()
Simulates the insertion of a smartcard in the guest.
- public bool remove_card ()
Simulates the removal of a smartcard in the guest.
Signals:
- public virtual signal void card_inserted (VReader reader)
The card_inserted signal is emitted whenever a
smartcard is inserted in a reader
- public virtual signal void card_removed (VReader reader)
The card_removed signal is emitted whenever a
smartcard was removed from a reader.
- public virtual signal void reader_added (VReader reader)
The reader_added signal is emitted whenever a
new smartcard reader (software or hardware) has been plugged in.
- public virtual signal void reader_removed (VReader reader)
The reader_removed signal is emitted whenever a
smartcard reader (software or hardware) has been removed.
Inherited Members:
All known members inherited from class GLib.Object