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

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

Méthodes publiques

Свойство Type Description
ExtensibleBlobVersion ushort
SegmentAgeCount byte
SegmentAgeUnits byte

Méthodes publiques

Méthode Description
FromBytes ( byte data ) : void
ToBytes ( ) : byte[]

Method Details

FromBytes() public méthode

public FromBytes ( byte data ) : void
data byte
Résultat void

ToBytes() public méthode

public ToBytes ( ) : byte[]
Résultat 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
Résultat ushort

SegmentAgeCount public_oe property

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

SegmentAgeUnits public_oe property

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