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

An ENCODED_SEGMENT_AGE is an array of four bytes that describes the age of a segment of data involved in a Peer Content Caching and Retrieval: Retrieval Protocol message exchange. The age refers to the amount of time that has elapsed since the specified segment was first created in the local BranchCache cache.
Datei anzeigen Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
SegmentAgeHighPart byte
SegmentAgeLowPart byte
SegmentAgeMidPart byte
SegmentIndex byte

Property Details

SegmentAgeHighPart public_oe property

High part of the age of the segment.
public byte SegmentAgeHighPart
return byte

SegmentAgeLowPart public_oe property

Low part of the age of the segment.
public byte SegmentAgeLowPart
return byte

SegmentAgeMidPart public_oe property

Mid part of the age of the segment.
public byte SegmentAgeMidPart
return byte

SegmentIndex public_oe property

Index of a segment among all of the segments involved in the current message exchange. The index is relative to the first segment addressed in the message containing the specific current ENCODED_SEGMENT_AGE structure.
public byte SegmentIndex
return byte