C# Class Tpm2Lib.CommandHeader

Inheritance: TpmStructureBase
Mostrar archivo Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public CommandHeader ( ) : System
return System

CommandHeader() public method

public CommandHeader ( CommandHeader the_CommandHeader ) : System
the_CommandHeader CommandHeader
return System

CommandHeader() public method

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
return System

Copy() public method

public Copy ( ) : CommandHeader
return CommandHeader