C# Class Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.SProperty

The SProperty structure contains information about single property weight.
Datei anzeigen Open project: microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
_pid uint
_weight uint

Public Methods

Method Description
FromBytes ( Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer buffer ) : void
ToBytes ( Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer buffer ) : void

Method Details

FromBytes() public method

public FromBytes ( Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer buffer ) : void
buffer Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer
return void

ToBytes() public method

public ToBytes ( Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer buffer ) : void
buffer Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer
return void

Property Details

_pid public_oe property

A 32-bit unsigned integer specifying a property identifier.
public uint _pid
return uint

_weight public_oe property

A 32-bit unsigned integer specifying the weight to be used in probabilistic ranking.
public uint _weight
return uint