HidOutputReport.Data Property

Definition

Gets or sets the data associated with a given output report.

public:
 property IBuffer ^ Data { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer Data();

void Data(IBuffer value);
public IBuffer Data { get; set; }
var iBuffer = hidOutputReport.data;
hidOutputReport.data = iBuffer;
Public Property Data As IBuffer

Property Value

The output report data.

Applies to

See also