2.2.1.2 TPMVSCMGR_STATUS

 typedef  [v1_enum] enum {
     TPMVSCMGR_STATUS_VTPMSMARTCARD_INITIALIZING,
     TPMVSCMGR_STATUS_VTPMSMARTCARD_CREATING,
     TPMVSCMGR_STATUS_VTPMSMARTCARD_DESTROYING,
     TPMVSCMGR_STATUS_VGIDSSIMULATOR_INITIALIZING,
     TPMVSCMGR_STATUS_VGIDSSIMULATOR_CREATING,
     TPMVSCMGR_STATUS_VGIDSSIMULATOR_DESTROYING,
     TPMVSCMGR_STATUS_VREADER_INITIALIZING,
     TPMVSCMGR_STATUS_VREADER_CREATING,
     TPMVSCMGR_STATUS_VREADER_DESTROYING,
     TPMVSCMGR_STATUS_GENERATE_WAITING,
     TPMVSCMGR_STATUS_GENERATE_AUTHENTICATING,
     TPMVSCMGR_STATUS_GENERATE_RUNNING,
     TPMVSCMGR_STATUS_CARD_CREATED,
     TPMVSCMGR_STATUS_CARD_DESTROYED,
 } TPMVSCMGR_STATUS;
  
  

TPMVSCMGR_STATUS_VTPMSMARTCARD_INITIALIZING: Initializing the VSC component.

TPMVSCMGR_STATUS_VTPMSMARTCARD_CREATING: Creating the VSC component.

TPMVSCMGR_STATUS_VTPMSMARTCARD_DESTROYING: Deleting the VSC component.

TPMVSCMGR_STATUS_VGIDSSIMULATOR_INITIALIZING: Initializing the VSC simulator.

TPMVSCMGR_STATUS_VGIDSSIMULATOR_CREATING: Creating the VSC simulator.

TPMVSCMGR_STATUS_VGIDSSIMULATOR_DESTROYING: Destroying the VSC simulator.

TPMVSCMGR_STATUS_VREADER_INITIALIZING: Initializing the VSC reader.

TPMVSCMGR_STATUS_VREADER_CREATING: Creating the VSC reader.

TPMVSCMGR_STATUS_VREADER_DESTROYING: Destroying the VSC reader.

TPMVSCMGR_STATUS_GENERATE_WAITING: Waiting for the VSC device.

TPMVSCMGR_STATUS_GENERATE_AUTHENTICATING: Authenticating to the VSC.

TPMVSCMGR_STATUS_GENERATE_RUNNING: Generating the file system on the VSC.

TPMVSCMGR_STATUS_CARD_CREATED: The VSC is created.

TPMVSCMGR_STATUS_CARD_DESTROYED: The VSC is deleted.