C# 클래스 Microsoft.Protocols.TestSuites.Pchc.SegmentInformation

Content Information is a variable size data structure. Content Information size is proportional to the length of the content it represents.Content Information starts with a single 2 byte WORD value representing the data structure version. Version 1.0 of the Content Information data structure is formatted as follows. All fields are in host byte order.
The remarks xml document .\NewTDxml\36171657-7f15-419e-973b-6612b1799117.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CSegments uint
DwHashAlgo DwHashAlgo_Values
DwOffsetInFirstSegment uint
DwReadBytesInLastSegment uint
Version ushort

프로퍼티 상세

CSegments 공개적으로 프로퍼티

The number of segments which intersect the content range and hence are contained in the Content Information structure.
public uint CSegments
리턴 uint

DwHashAlgo 공개적으로 프로퍼티

Hash algorithm to use. MUST be one of the following values:
public DwHashAlgo_Values DwHashAlgo
리턴 DwHashAlgo_Values

DwOffsetInFirstSegment 공개적으로 프로퍼티

Number of bytes into the first segment within the Content Information data structure at which the content range begins.
public uint DwOffsetInFirstSegment
리턴 uint

DwReadBytesInLastSegment 공개적으로 프로퍼티

Total number of bytes of the content range which lie within the final segment in the Content Information structure.
public uint DwReadBytesInLastSegment
리턴 uint

Version 공개적으로 프로퍼티

Content Information version (0x0100 is version 1.0). The low byte is the minor version number and the high byte is the major version number. MUST be 0x0100.
public ushort Version
리턴 ushort