C# Class FSSHTTPandWOPIInspector.Parsers.CellKnowLedge

2.2.1.13.2 Cell Knowledge
Inheritance: BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler

Public Properties

Property Type Description
CellKnowledgeData object[]
CellKnowledgeEnd bit8StreamObjectHeaderEnd
CellKnowledgeStart bit16StreamObjectHeaderStart

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the CellKnowLedge structure.

Method Details

Parse() public method

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

Property Details

CellKnowledgeData public property

public object[] CellKnowledgeData
return object[]

CellKnowledgeEnd public property

public bit8StreamObjectHeaderEnd,FSSHTTPandWOPIInspector.Parsers CellKnowledgeEnd
return bit8StreamObjectHeaderEnd

CellKnowledgeStart public property

public bit16StreamObjectHeaderStart,FSSHTTPandWOPIInspector.Parsers CellKnowledgeStart
return bit16StreamObjectHeaderStart