C# 클래스 Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pchc.MESSAGE_HEADER

The common header of request message.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MajorVersion byte
MinorVersion byte

프로퍼티 상세

MajorVersion 공개적으로 프로퍼티

MajorVersion (1 byte): The major part of the version, which MUST be 0x01.
public byte MajorVersion
리턴 byte

MinorVersion 공개적으로 프로퍼티

MinorVersion (1 byte): The minor part of the version, which MUST be 0x00.
public byte MinorVersion
리턴 byte