C# 클래스 Tpm2Lib.CommandHeader

상속: TpmStructureBase
파일 보기 프로젝트 열기: Microsoft/TSS.MSR 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CommandHeader ( ) : System
CommandHeader ( CommandHeader the_CommandHeader ) : System
CommandHeader ( TpmSt the_Tag, uint the_CommandSize, TpmCc the_CommandCode ) : System
Copy ( ) : CommandHeader

메소드 상세

CommandHeader() 공개 메소드

public CommandHeader ( ) : System
리턴 System

CommandHeader() 공개 메소드

public CommandHeader ( CommandHeader the_CommandHeader ) : System
the_CommandHeader CommandHeader
리턴 System

CommandHeader() 공개 메소드

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
리턴 System

Copy() 공개 메소드

public Copy ( ) : CommandHeader
리턴 CommandHeader