C# Class FSSHTTPandWOPIInspector.Parsers.SerialNumber64BitUintValue

2.2.1.9.2 Serial Number 64 Bit Uint Value
Inheritance: SerialNumber
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
GUID System.Guid
Type byte
Value ulong

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the SerialNumber64BitUintValue structure.

Method Details

Parse() public method

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

Property Details

GUID public property

public Guid,System GUID
return System.Guid

Type public property

public byte Type
return byte

Value public property

public ulong Value
return ulong