HidFeatureReport.Data Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the data associated with a given feature report.
public:
property IBuffer ^ Data { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer Data();
void Data(IBuffer value);
public IBuffer Data { get; set; }
var iBuffer = hidFeatureReport.data;
hidFeatureReport.data = iBuffer;
Public Property Data As IBuffer
Property Value
The feature-report data.