C# Class Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pchc.MESSAGE_HEADER

The common header of request message.
Datei anzeigen Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
MajorVersion byte
MinorVersion byte

Property Details

MajorVersion public_oe property

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

MinorVersion public_oe property

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