C# Class FSSHTTPandWOPIInspector.Parsers.WaterlineKnowledgeEntry

2.2.1.13.4.1 Waterline Knowledge Entry
Inheritance: BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
CellStorageExtendedGUID ExtendedGUID
Reserved CompactUnsigned64bitInteger
Waterline CompactUnsigned64bitInteger
waterlineKnowledgeEntry bit16StreamObjectHeaderStart

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the WaterlineKnowledgeEntry structure.

Method Details

Parse() public method

Parse the WaterlineKnowledgeEntry structure.
public Parse ( Stream s ) : void
s Stream An stream containing WaterlineKnowledgeEntry structure.
return void

Property Details

CellStorageExtendedGUID public property

public ExtendedGUID,FSSHTTPandWOPIInspector.Parsers CellStorageExtendedGUID
return ExtendedGUID

Reserved public property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers Reserved
return CompactUnsigned64bitInteger

Waterline public property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers Waterline
return CompactUnsigned64bitInteger

waterlineKnowledgeEntry public property

public bit16StreamObjectHeaderStart,FSSHTTPandWOPIInspector.Parsers waterlineKnowledgeEntry
return bit16StreamObjectHeaderStart