C# Class Tpm2Lib.CommandHeader

Inheritance: TpmStructureBase
Afficher le fichier Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CommandHeader ( ) : System
CommandHeader ( CommandHeader the_CommandHeader ) : System
CommandHeader ( TpmSt the_Tag, uint the_CommandSize, TpmCc the_CommandCode ) : System
Copy ( ) : CommandHeader

Method Details

CommandHeader() public méthode

public CommandHeader ( ) : System
Résultat System

CommandHeader() public méthode

public CommandHeader ( CommandHeader the_CommandHeader ) : System
the_CommandHeader CommandHeader
Résultat System

CommandHeader() public méthode

public CommandHeader ( TpmSt the_Tag, uint the_CommandSize, TpmCc the_CommandCode ) : System
the_Tag TpmSt Command tag (sessions, or no sessions)
the_CommandSize uint Total command buffer length
the_CommandCode TpmCc Command code
Résultat System

Copy() public méthode

public Copy ( ) : CommandHeader
Résultat CommandHeader