C# Class Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrr.ExtensibleBlobVersion1

The Extensible Blob Version 1 MUST be formatted as follows.
Datei anzeigen Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
ExtensibleBlobVersion ushort
SegmentAgeCount byte
SegmentAgeUnits byte

Public Methods

Method Description
FromBytes ( byte data ) : void
ToBytes ( ) : byte[]

Method Details

FromBytes() public method

public FromBytes ( byte data ) : void
data byte
return void

ToBytes() public method

public ToBytes ( ) : byte[]
return byte[]

Property Details

ExtensibleBlobVersion public_oe property

Network-byte-order unsigned short integer that contains the version of the extensible blob. It must be equal to 1.
public ushort ExtensibleBlobVersion
return ushort

SegmentAgeCount public_oe property

Count of ENCODED_SEGMENT_AGE structures encoded right after this field (acceptable range: 0 - 255).
public byte SegmentAgeCount
return byte

SegmentAgeUnits public_oe property

Unit used to specify the age of the segments in the following ENCODED_SEGMENT_AGE structures.
public byte SegmentAgeUnits
return byte